Machines/WinMax2: remove jovian
I basically didn't use it, and it just caused more issues than anything
This commit is contained in:
parent
4e9a1dae72
commit
03f0570342
2 changed files with 1 additions and 17 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue