diff options
Diffstat (limited to '')
-rw-r--r-- | host/RoryNix/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/RoryNix/configuration.nix b/host/RoryNix/configuration.nix index 90d6076..5876d2f 100644 --- a/host/RoryNix/configuration.nix +++ b/host/RoryNix/configuration.nix @@ -48,7 +48,7 @@ xkb.layout = "us"; modules = [ pkgs.xorg.xf86videointel ]; }; - libinput.enable = true; + #libinput.enable = true; gnome = { core-developer-tools.enable = false; core-utilities.enable = false; @@ -121,7 +121,7 @@ dig cloud-utils sshfs - nemo + #nemo firefox-bin #epiphany |