summary refs log tree commit diff
path: root/host/RoryNix
diff options
context:
space:
mode:
Diffstat (limited to 'host/RoryNix')
-rw-r--r--host/RoryNix/configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/host/RoryNix/configuration.nix b/host/RoryNix/configuration.nix
index f5c63fd..90d6076 100644
--- a/host/RoryNix/configuration.nix
+++ b/host/RoryNix/configuration.nix
@@ -39,7 +39,6 @@
   };
 
   time.timeZone = "Europe/Brussels";
-  i18n.defaultLocale = "en_US.UTF-8";
 
   services = {
     xserver = {
@@ -122,7 +121,7 @@
     dig
     cloud-utils
     sshfs
-    cinnamon.nemo
+    nemo
     firefox-bin
 
     #epiphany
@@ -154,7 +153,6 @@
         "nix-command"
         "flakes"
       ];
-      auto-optimise-store = true;
     };
   };
   nixpkgs = {