about summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-10-27 13:42:03 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-10-27 15:17:13 +0300
commitcc92fc0a83690767d7dd397f2bba07872613e08d (patch)
tree2301def2c0059298f81057492feb0dce517265df /nixos/modules/profiles/base.nix
parentf4c02202cadcb6dc690a5bd3f5bf9101ffe7b0db (diff)
downloadnixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar.gz
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar.bz2
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar.lz
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar.xz
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.tar.zst
nixlib-cc92fc0a83690767d7dd397f2bba07872613e08d.zip
nixos/installation-device: Move systemPackages additions to profiles/base
Other package additions are there as well.
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 3f2c420a2bed..7e14b0e21143 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -19,6 +19,9 @@
     pkgs.cryptsetup # needed for dm-crypt volumes
     pkgs.mkpasswd # for generating password files
 
+    # Some text editors.
+    pkgs.vim
+
     # Some networking tools.
     pkgs.fuse
     pkgs.fuse3