Fix unfree predicate by stealing unfreepackages from Majiir
This commit is contained in:
parent
02bc93f444
commit
a4ecef2517
8 changed files with 42 additions and 28 deletions
|
@ -16,6 +16,6 @@
|
|||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
boot.kernelParams = [ "nvidia_drm.fbdev=1" ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "nvidia-x11" ];
|
||||
nixpkgs.allowUnfreePackages = [ "nvidia-x11" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue