maybe fix zen idk

brauchte doch ein NUR overlay wegen proprietary extensions
This commit is contained in:
Linus Emmerich
2026-07-22 12:54:57 +02:00
parent b8be0e0c27
commit c00b1353d1
3 changed files with 10 additions and 7 deletions
+6 -3
View File
@@ -22,9 +22,12 @@ in {
];
}
];
nixpkgs.config = {
allowUnfree = true;
allowBroken = false;
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = false;
};
overlays = [inputs.nur.overlays.default];
};
nix = {
nixPath = ["nixpkgs=${inputs.nixpkgs}"];