My friendship with github education is over
This commit is contained in:
parent
fc7e3decc6
commit
8d3d918c94
@ -36,7 +36,6 @@
|
|||||||
settings.window.opacity = 0.92;
|
settings.window.opacity = 0.92;
|
||||||
};
|
};
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
|
|
||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -130,9 +130,6 @@ in {
|
|||||||
" Disable search highlights
|
" Disable search highlights
|
||||||
map <Leader><Space> :noh<CR>
|
map <Leader><Space> :noh<CR>
|
||||||
|
|
||||||
" Start with copilot disabled
|
|
||||||
let g:copilot_enabled = 0
|
|
||||||
|
|
||||||
" Start with Coc disabled
|
" Start with Coc disabled
|
||||||
" autocmd VimEnter * CocDisable
|
" autocmd VimEnter * CocDisable
|
||||||
'';
|
'';
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"copilot.vim"
|
|
||||||
"securecrt"
|
"securecrt"
|
||||||
"securefx"
|
"securefx"
|
||||||
];
|
];
|
||||||
|
@ -82,8 +82,6 @@ in {
|
|||||||
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||||
prezto.pmodules = [ "ssh" ];
|
prezto.pmodules = [ "ssh" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
|
@ -63,7 +63,6 @@
|
|||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"copilot.vim"
|
|
||||||
"discord"
|
"discord"
|
||||||
"spotify"
|
"spotify"
|
||||||
"steam"
|
"steam"
|
||||||
|
@ -92,7 +92,6 @@
|
|||||||
settings.window.opacity = 0.92;
|
settings.window.opacity = 0.92;
|
||||||
};
|
};
|
||||||
ncmpcpp.enable = true;
|
ncmpcpp.enable = true;
|
||||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim coc-clangd ];
|
|
||||||
rbw = {
|
rbw = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
programs.neovim.plugins = with pkgs.vimPlugins; [
|
programs.neovim.plugins = with pkgs.vimPlugins; [
|
||||||
coc-clangd
|
coc-clangd
|
||||||
coc-emmet
|
coc-emmet
|
||||||
copilot-vim
|
|
||||||
emmet-vim # Ctrl+y + ,
|
emmet-vim # Ctrl+y + ,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user