Added vim as a module
This commit is contained in:
@@ -39,11 +39,9 @@
|
||||
environment.pathsToLink = [ "/libexec" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
git
|
||||
htop
|
||||
pciutils
|
||||
psmisc
|
||||
vim
|
||||
];
|
||||
|
||||
# - Modules ------------------------------------
|
||||
@@ -53,6 +51,7 @@
|
||||
samfelag.modules = {
|
||||
shell.utils.enable = true;
|
||||
shell.zsh.enable = true;
|
||||
editors.vim.enable = true;
|
||||
dev.git.enable = true;
|
||||
|
||||
# May go away from common if not all hosts use it
|
||||
|
||||
Reference in New Issue
Block a user