summary refs log tree commit diff
path: root/host/RoryNix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-08 03:50:02 +0200
committerRory& <root@rory.gay>2024-08-08 03:51:45 +0200
commitff65c8e951092d4d7caed1c4d02c9e141df7799b (patch)
treef8bd40da8fd80021a7452723a32cddaec8d45de6 /host/RoryNix
parentServer config cleanup (diff)
downloadRory-Open-Architecture-ff65c8e951092d4d7caed1c4d02c9e141df7799b.tar.xz
Imports cleanup
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 = {