Add crafted-emacs as flake input
This commit is contained in:
parent
895c1b6fdd
commit
e0b73fd7aa
|
@ -25,6 +25,10 @@
|
|||
url = "github:doomemacs/doomemacs";
|
||||
flake = false;
|
||||
};
|
||||
crafted-emacs = {
|
||||
url = "github:SystemCrafters/crafted-emacs";
|
||||
flake = false;
|
||||
};
|
||||
tokyonight-folke = {
|
||||
url = "github:folke/tokyonight.nvim";
|
||||
flake = false;
|
||||
|
@ -68,7 +72,7 @@
|
|||
inherit (inputs) anyrun watershot;
|
||||
};
|
||||
extraSpecialArgs = specialArgs // {
|
||||
inherit (inputs) doom-emacs tokyonight-folke;
|
||||
inherit (inputs) doom-emacs crafted-emacs tokyonight-folke;
|
||||
};
|
||||
in nixpkgs.lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
|
Loading…
Reference in a new issue