1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/modules/targets/generic-linux/gpu/setup/non-nixos-gpu.service
2025-11-09 09:02:58 -06:00

10 lines
198 B
Desktop File

[Unit]
Description=GPU driver setup for Nix on non-NixOS Linux systems
[Install]
WantedBy=multi-user.target
[Service]
Type=oneshot
ExecStart=ln -nsf @@env@@ /run/opengl-driver
RemainAfterExit=yes