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.nixneovim
|
||||||
home-config.overlays.neovim-nightly
|
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
|
in
|
||||||
lib.nixosSystem
|
lib.nixosSystem
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue