From fa8502004a119486313412f5367bddcea3bbfdba Mon Sep 17 00:00:00 2001 From: rogueking Date: Mon, 18 Aug 2025 23:29:00 -0700 Subject: [PATCH] darwin fixes --- hosts/eva-02/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 61f398b..9240edb 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -46,12 +46,6 @@ # You can disable this if you're only using the Wayland session. # services.xserver.enable = true; # Enable for Darwin compatibility - # Configure keymap in X11 - services.xserver.xkb = { - layout = "us"; - variant = ""; - }; - # Enable sound with pipewire. # hardware.pulseaudio.enable = false; #hardware.pulseaudio = {