La till Disas laptop

This commit is contained in:
FredzyW 2024-09-23 13:21:58 +02:00
parent 6c47269d8f
commit 056e063708
2 changed files with 9 additions and 3 deletions

View file

@ -27,19 +27,19 @@
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
config.allowUnfree = false;
};
};
overlay-fw-pkgs = final: prev: {
fw-pkgs = import fw-pkgs {
inherit system;
config.allowUnfree = true;
config.allowUnfree = false;
};
};
overlay-knock = final: prev: {
knock = import knock {
inherit system;
config.allowUnfree = true;
config.allowUnfree = false;
};
};
in {