This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
2
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b2b41627156a27cdfd3c73e4e2f4c206df16b534
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