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