fix: Allow steam (unfree)
This commit is contained in:
parent
35fc48289d
commit
0b0413c942
1 changed files with 5 additions and 1 deletions
|
@ -80,7 +80,11 @@
|
|||
home-config.overlays.nixneovim
|
||||
home-config.overlays.neovim-nightly
|
||||
];
|
||||
pkgs = import nixpkgs { inherit system overlays; };
|
||||
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"steam-original"
|
||||
];
|
||||
# config.allowUnfree = true;
|
||||
pkgs = import nixpkgs { inherit system overlays config; };
|
||||
in
|
||||
lib.nixosSystem
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue