summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-19 13:07:29 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-29 00:24:34 +0200
commit5b9cdda1c2ae43315574bbe9950470be9911b0cd (patch)
treef7fa05ad920ae52958e41bbb6e82f3eee5ce292a /nixos/modules/config/system-path.nix
parentd90e8fdfb7ea4885907c1570877197160cff2d44 (diff)
downloadnixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar.gz
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar.bz2
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar.lz
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar.xz
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.tar.zst
nixpkgs-5b9cdda1c2ae43315574bbe9950470be9911b0cd.zip
nixos/nano: add enable, package option, do not create /etc/nanorc by default
and remove nano from environment.defaultPackages. In addition also cleanup the file in general.

This is a follow up to #220481

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 222da3e02e8..7e623dec4b1 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -42,8 +42,7 @@ let
     ];
 
   defaultPackageNames =
-    [ "nano"
-      "perl"
+    [ "perl"
       "rsync"
       "strace"
     ];