Disable copilot and delete dependencies

This commit is contained in:
Tobias Ostner 2024-08-18 09:36:05 +02:00
parent b84d4211a5
commit e77ac9b123
2 changed files with 1 additions and 21 deletions

View file

@ -26,7 +26,6 @@
iosevka-comfy.comfy-motion-duo
jq
kubectl
nodejs_22
noto-fonts
nixd
pass
@ -70,15 +69,12 @@
clojure-mode
consult
corfu
dash
diff-hl
dired-preview
dockerfile-mode
editorconfig
ef-themes
envrc
exec-path-from-shell
f
flycheck
flycheck-clj-kondo
flycheck-swiftlint
@ -109,7 +105,6 @@
rainbow-delimiters
rainbow-mode
restclient
s
smartparens
so-long
swift-mode
@ -135,22 +130,6 @@
modus-themes
nix-mode
vertico
(trivialBuild {
pname = "copilot.el";
version = "main-07-05-2024";
src = pkgs.fetchFromGitHub {
owner = "copilot-emacs";
repo = "copilot.el";
rev = "e15bafa95b39091dbb2a99ad62e42f03a8d78f01";
hash = "sha256-jKm+oVMadHyeG93VFU3JG3qNROOJPDXs7w2pIO/2IyM=";
};
buildInputs = [
epkgs.dash
epkgs.editorconfig
epkgs.s
epkgs.f
];
})
]);
package = pkgs.emacs29;
};