initial attempt at nfs

This commit is contained in:
Chris Kruining 2025-07-09 23:05:08 +02:00
parent ee4d1eb158
commit 0fa527717e
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
11 changed files with 73 additions and 38 deletions

View file

@ -11,6 +11,8 @@ in
};
config = mkIf cfg.enable {
services.desktopManager.plasma6.enable = true;
jovian = {
# devices = {
# steamdeck = {
@ -24,7 +26,7 @@ in
autoStart = true;
user = "chris";
updater.splash = "steamos";
desktopSession = "gamescope-wayland";
# desktopSession = "plasma";
};
steamos.useSteamOSConfig = true;
};