mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
10 lines
198 B
Desktop File
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
|