globably allow unfree packages

This commit is contained in:
fleaz 2022-05-16 15:31:21 +02:00
parent ae83977fc6
commit 1279022a66
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
4 changed files with 7 additions and 30 deletions

View file

@ -60,14 +60,6 @@ in
services.printing.enable = true;
services.printing.drivers = with pkgs; [ splix ];
programs.steam.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-runtime"
];
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [ vim wget curl git ];