globably allow unfree packages
This commit is contained in:
parent
ae83977fc6
commit
1279022a66
4 changed files with 7 additions and 30 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue