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; }