test
This commit is contained in:
parent
05a005a873
commit
8e526a75e6
2 changed files with 1 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
|||
# https://github.com/NixOS/nixpkgs/pull/244060
|
||||
|
||||
# Allow unfree for nvidia-x11
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "nvidia-x11" ];
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "nvidia-x11" "steam" ];
|
||||
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
{ lib, pkgs, desktop, ... }: {
|
||||
|
||||
# Allow steam, unfree
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
|
|
Loading…
Reference in a new issue