about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 16:41:41 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 16:41:41 -0800
commit3c56f43fbfaecf674d2cc73b5c4ad76c2ca7f58c (patch)
treebf3eba8d3fcfe9052e1a3275dbf4d3725d092b7f /modules
parentdesktop: add sound (diff)
downloadworld-3c56f43fbfaecf674d2cc73b5c4ad76c2ca7f58c.tar.gz
systems: move some packages out of host config
Diffstat (limited to '')
-rw-r--r--modules/systems/software.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/systems/software.nix b/modules/systems/software.nix
index bedaf24..897b931 100644
--- a/modules/systems/software.nix
+++ b/modules/systems/software.nix
@@ -18,5 +18,6 @@
     tcpdump
     tmux
     unzip
+    vim
   ];
 }