Machines/WinMax2: remove jovian

I basically didn't use it, and it just caused more issues than anything
This commit is contained in:
Toast 2025-10-04 22:51:59 +02:00 committed by toast
parent 4e9a1dae72
commit 03f0570342
2 changed files with 1 additions and 17 deletions

View file

@ -221,7 +221,6 @@
./roles/gaming ./roles/gaming
]; ];
WinMax2.modules = [ WinMax2.modules = [
jovian.nixosModules.default
nixos-hardware.nixosModules.gpd-win-max-2-2023 nixos-hardware.nixosModules.gpd-win-max-2-2023
./roles/desktop ./roles/desktop
./roles/kde ./roles/kde

View file

@ -72,22 +72,7 @@
xserver.xkb.layout = lib.mkForce "us"; xserver.xkb.layout = lib.mkForce "us";
}; };
jovian = { # Enable bluetooth
# 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
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
}; };