diff --git a/modules/system/jovian-workstation/default.nix b/modules/system/jovian-workstation/default.nix index 47e5773..facb35d 100644 --- a/modules/system/jovian-workstation/default.nix +++ b/modules/system/jovian-workstation/default.nix @@ -1,13 +1,4 @@ -{ user, ... }: +{ ... }: { - jovian.steam = { - enable = true; - autoStart = false; - user = user; - desktopSession = "plasma"; - }; - jovian.decky-loader.enable = true; - jovian.decky-loader.user = user; - jovian.steamos.enableBluetoothConfig = true; - hardware.enableRedistributableFirmware = true; + }