diff options
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index cb69eee..45fe3bd 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -47,5 +47,6 @@ ''; }; + programs.vim.packageConfigurable = pkgs.vim; } |