1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-24 09:50:58 +01:00

generic-linux-gpu: add module

This commit is contained in:
Jure Varlec 2025-10-22 19:01:48 +02:00
parent 0807c25768
commit 88679124e2
10 changed files with 332 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{
targets.genericLinux.gpu.enable = true;
nmt.script = ''
assertFileExists home-path/bin/non-nixos-gpu-setup
assertFileContains activate "checkExistingGpuDrivers"
'';
}