Finish felixalbpc, cleanup home-manager
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user