This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
2
Code
Issues
Pull Requests
4
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c563b57974224bd2dff44621dfaa7622816a14f0
nixos
/
home
/
hosts
/
jeremiah
/
default.nix
T
7 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Support auto-launching Steam and Sunshine
2025-11-08 13:59:34 -06:00
{
pkgs
,
...
}:
{
xdg
.
autostart
.
entries
=
[
"
${
pkgs
.
steam
}
/share/applications/steam.desktop"
];
}
Reference in New Issue
Copy Permalink