diff --git a/flake.nix b/flake.nix index 5a4252c..0482568 100644 --- a/flake.nix +++ b/flake.nix @@ -221,7 +221,6 @@ ./roles/gaming ]; WinMax2.modules = [ - jovian.nixosModules.default nixos-hardware.nixosModules.gpd-win-max-2-2023 ./roles/desktop ./roles/kde diff --git a/machines/WinMax2/configuration.nix b/machines/WinMax2/configuration.nix index 9a7940f..bdcd084 100755 --- a/machines/WinMax2/configuration.nix +++ b/machines/WinMax2/configuration.nix @@ -72,22 +72,7 @@ xserver.xkb.layout = lib.mkForce "us"; }; - jovian = { - # Steam Deck UI settings - steam = { - enable = true; - autoStart = false; - user = "toast"; - desktopSession = "plasma"; - }; - hardware.amd.gpu.enableBacklightControl = true; - decky-loader = { - enable = true; - package = pkgs.decky-loader-prerelease; - }; - }; - - # Enable bluetooth + # Enable bluetooth hardware.bluetooth = { enable = true; };