about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/system/cleanup/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/cleanup/default.nix b/modules/system/cleanup/default.nix
index 4e192f7d..f8307b73 100644
--- a/modules/system/cleanup/default.nix
+++ b/modules/system/cleanup/default.nix
@@ -11,6 +11,7 @@ in {
   };
 
   config = lib.mkIf cfg.enable {
+    programs.nano.enable = false;
     environment = {
       defaultPackages = lib.mkForce [];
     };