Add crafted-emacs as flake input

This commit is contained in:
Evie Litherland-Smith 2023-10-23 11:46:22 +01:00
parent 895c1b6fdd
commit e0b73fd7aa

View file

@ -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;