Added Overlays for gs1200 exporter and oicwarden

This commit is contained in:
2026-05-19 20:10:53 +02:00
parent 5ae6b29e15
commit d23d7dc79e
8 changed files with 50 additions and 35 deletions
+4 -1
View File
@@ -94,7 +94,10 @@
info.enable = false;
};
nixpkgs.config.allowUnfree = true;
nixpkgs = {
overlays = [ (import ./packages/overlays.nix) ];
config.allowUnfree = true;
};
programs = {
fish.enable = true;