🎷
This commit is contained in:
parent
d977d7857a
commit
c2dc6078f7
6 changed files with 148 additions and 207 deletions
10
flake.nix
10
flake.nix
|
@ -3,7 +3,6 @@
|
|||
|
||||
inputs = {
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
extra-package-indent-bars = {
|
||||
url = "github:jdtsmith/indent-bars";
|
||||
|
@ -15,17 +14,12 @@
|
|||
};
|
||||
extra-package-combobulate = {
|
||||
url = "github:mickeynp/combobulate";
|
||||
# url = "github:aciceri/combobulate/nix";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-agenix-el = {
|
||||
url = "github:t4ccer/agenix.el";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-dracula-theme = {
|
||||
url = "github:aciceri/dracula-emacs";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-chatgpt = {
|
||||
url = "github:joshcho/ChatGPT.el";
|
||||
flake = false;
|
||||
|
@ -34,6 +28,10 @@
|
|||
url = "github:zerolfx/copilot.el";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-notmuch-notify = {
|
||||
url = "github:firmart/notmuch-notify";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
|
|
Reference in a new issue