7 lines
100 B
Nix
7 lines
100 B
Nix
{ ... }:
|
|
{
|
|
xdg.autostart.entries = [
|
|
#"${pkgs.steam}/share/applications/steam.desktop"
|
|
];
|
|
}
|