mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
df7e92260c
commit
860f8d6113
2 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
dedicatedServer.openFirewall = true;
|
||||||
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
xorg.xwininfo
|
xorg.xwininfo
|
||||||
# misc
|
# misc
|
||||||
catppuccin-sddm
|
catppuccin-sddm
|
||||||
|
steam-run
|
||||||
uxn
|
uxn
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue