diff options
Diffstat (limited to 'host/RoryNix')
-rw-r--r-- | host/RoryNix/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/RoryNix/configuration.nix b/host/RoryNix/configuration.nix index 6f79c8f..3618ca7 100644 --- a/host/RoryNix/configuration.nix +++ b/host/RoryNix/configuration.nix @@ -42,10 +42,10 @@ enable = true; videoDrivers = [ "intel" ]; desktopManager.gnome.enable = true; - libinput.enable = true; - layout = "us"; + xkb.layout = "us"; modules = [ pkgs.xorg.xf86videointel ]; }; + libinput.enable = true; gnome = { core-developer-tools.enable = false; core-utilities.enable = false; @@ -143,7 +143,7 @@ zsh-completions ]; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) ]; nix = { |