This commit is contained in:
2024-09-21 17:42:24 -04:00
parent 3a7c940a3d
commit 8f2d53777b
6 changed files with 48 additions and 47 deletions

View File

@@ -42,7 +42,15 @@
# pkgs = import nixpkgs {
# config.replaceStdenv = { pkgs }: pkgs.clangStdenv;
# };
pkgs = import nixpkgs { };
pkgs = import nixpkgs {
config.allowUnfreePredicate =
pkg:
builtins.elem (nixpkgs.lib.getName pkg) [
"steam"
"steam-original"
"steam-run"
];
};
in
{
nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem {