mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
9 lines
184 B
Nix
9 lines
184 B
Nix
{
|
|
targets.genericLinux.gpu.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertFileExists home-path/bin/non-nixos-gpu-setup
|
|
assertFileContains activate "checkExistingGpuDrivers"
|
|
'';
|
|
}
|