Finish felixalbpc, cleanup home-manager

This commit is contained in:
2024-09-13 14:10:29 +02:00
parent 5ea3e8730d
commit 38648a08ed
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" ];