From 8d3d918c944e885bd288fe4f1ce92492a92c0c74 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 22 Aug 2025 09:56:11 +0200 Subject: [PATCH] My friendship with github education is over --- home/amalieem/default.nix | 1 - home/neovim.nix | 3 --- hosts/fa-t14-2025/configuration.nix | 1 - hosts/fa-t14-2025/home.nix | 2 -- hosts/sisko/configuration.nix | 1 - hosts/sisko/home.nix | 1 - hosts/worf/home.nix | 1 - 7 files changed, 10 deletions(-) diff --git a/home/amalieem/default.nix b/home/amalieem/default.nix index bb0f9b3..e578c7b 100644 --- a/home/amalieem/default.nix +++ b/home/amalieem/default.nix @@ -36,7 +36,6 @@ settings.window.opacity = 0.92; }; firefox.enable = true; - neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ]; wofi.enable = true; }; diff --git a/home/neovim.nix b/home/neovim.nix index 66c8655..6ae0967 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -130,9 +130,6 @@ in { " Disable search highlights map :noh - " Start with copilot disabled - let g:copilot_enabled = 0 - " Start with Coc disabled " autocmd VimEnter * CocDisable ''; diff --git a/hosts/fa-t14-2025/configuration.nix b/hosts/fa-t14-2025/configuration.nix index 74f90c4..72dd41e 100644 --- a/hosts/fa-t14-2025/configuration.nix +++ b/hosts/fa-t14-2025/configuration.nix @@ -50,7 +50,6 @@ nixpkgs.config = { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "copilot.vim" "securecrt" "securefx" ]; diff --git a/hosts/fa-t14-2025/home.nix b/hosts/fa-t14-2025/home.nix index e93923e..820801d 100644 --- a/hosts/fa-t14-2025/home.nix +++ b/hosts/fa-t14-2025/home.nix @@ -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 = { diff --git a/hosts/sisko/configuration.nix b/hosts/sisko/configuration.nix index 18d2b02..08dd1a2 100644 --- a/hosts/sisko/configuration.nix +++ b/hosts/sisko/configuration.nix @@ -63,7 +63,6 @@ nixpkgs.config = { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "copilot.vim" "discord" "spotify" "steam" diff --git a/hosts/sisko/home.nix b/hosts/sisko/home.nix index 637f85c..84c5ed9 100644 --- a/hosts/sisko/home.nix +++ b/hosts/sisko/home.nix @@ -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 = { diff --git a/hosts/worf/home.nix b/hosts/worf/home.nix index cf97ea3..eea6911 100644 --- a/hosts/worf/home.nix +++ b/hosts/worf/home.nix @@ -45,7 +45,6 @@ programs.neovim.plugins = with pkgs.vimPlugins; [ coc-clangd coc-emmet - copilot-vim emmet-vim # Ctrl+y + , ];