updated laptop configuration

This commit is contained in:
2025-06-20 16:35:05 +02:00
parent fa648a174d
commit f68ff8d18c
4 changed files with 28 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = false;
config.allowUnfree = true;
};
};
}