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