Finish felixalbpc, cleanup home-manager

This commit is contained in:
Felix Albrigtsen
2024-09-13 13:57:16 +02:00
committed by Felix Albrigtsen
parent f74bc0ec5e
commit a05526b4bc
9 changed files with 111 additions and 41 deletions

View File

@@ -23,6 +23,7 @@
cocoapods
gnutar
nix-index
nodejs
tldr
unstable.snicat
w3m
@@ -40,8 +41,11 @@
prezto.pmodules = [ "ssh" ];
};
# Ctrl+y + ,
programs.neovim.plugins = with pkgs.vimPlugins; [ coc-emmet emmet-vim ];
programs.neovim.plugins = with pkgs.vimPlugins; [
coc-emmet
copilot-vim
emmet-vim # Ctrl+y + ,
];
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];