nvidia user conf only on nvidia systems
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, nvidia, ... }:
|
||||
lib.mkIf (nvidia.enable == true)
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user