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