This commit is contained in:
Luj 2023-11-19 22:54:55 +01:00
parent ecdfd27743
commit 20afc28f51
5 changed files with 502 additions and 7 deletions

View file

@ -73,6 +73,16 @@
url = "github:nix-community/lanzaboote/master";
};
nix-straight = {
url = "github:codingkoi/nix-straight.el?ref=codingkoi/apply-librephoenixs-fix";
flake = false;
};
nix-doom-emacs = {
url = "github:nix-community/nix-doom-emacs";
inputs = {
nix-straight.follows = "nix-straight";
};
};
};
outputs = { self, nixpkgs, ... }@inputs: