My friendship with github education is over
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
"securecrt"
|
||||
"securefx"
|
||||
];
|
||||
|
||||
@@ -82,8 +82,6 @@ in {
|
||||
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
prezto.pmodules = [ "ssh" ];
|
||||
};
|
||||
|
||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
"discord"
|
||||
"spotify"
|
||||
"steam"
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
settings.window.opacity = 0.92;
|
||||
};
|
||||
ncmpcpp.enable = true;
|
||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim coc-clangd ];
|
||||
rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
programs.neovim.plugins = with pkgs.vimPlugins; [
|
||||
coc-clangd
|
||||
coc-emmet
|
||||
copilot-vim
|
||||
emmet-vim # Ctrl+y + ,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user