My friendship with github education is over

This commit is contained in:
Felix Albrigtsen 2025-08-22 09:56:11 +02:00
parent fc7e3decc6
commit 8d3d918c94
7 changed files with 0 additions and 10 deletions

View File

@ -36,7 +36,6 @@
settings.window.opacity = 0.92;
};
firefox.enable = true;
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
wofi.enable = true;
};

View File

@ -130,9 +130,6 @@ in {
" Disable search highlights
map <Leader><Space> :noh<CR>
" Start with copilot disabled
let g:copilot_enabled = 0
" Start with Coc disabled
" autocmd VimEnter * CocDisable
'';

View File

@ -50,7 +50,6 @@
nixpkgs.config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"copilot.vim"
"securecrt"
"securefx"
];

View File

@ -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 = {

View File

@ -63,7 +63,6 @@
nixpkgs.config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"copilot.vim"
"discord"
"spotify"
"steam"

View File

@ -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 = {

View File

@ -45,7 +45,6 @@
programs.neovim.plugins = with pkgs.vimPlugins; [
coc-clangd
coc-emmet
copilot-vim
emmet-vim # Ctrl+y + ,
];