Compare commits
No commits in common. "621de00ad3e6baeb6a4556579d60c1bfc0008742" and "f9986b0d8d9b0bd638c6672fd624b76b2bd8bf6f" have entirely different histories.
621de00ad3
...
f9986b0d8d
1 changed files with 1 additions and 12 deletions
|
|
@ -28,18 +28,12 @@
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
# Plymouth doesn't support fractional scaling :(
|
# Plymouth doesn't support fractional scaling :(
|
||||||
plymouth.extraConfig = "DeviceScale=2";
|
plymouth.extraConfig = "DeviceScale=2";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "WinMax2"; # Define your hostname.
|
networking.hostName = "WinMax2"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true; # Enable networking
|
networking.networkmanager.enable = true; # Enable networking
|
||||||
|
|
||||||
# Sleep fixes
|
|
||||||
boot.kernelParams = [ "rtc_cmos.use_acpi_alarm=1" ];
|
|
||||||
services.udev.extraRules = ''
|
|
||||||
ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="GXTP7385:00", ATTR{power/wakeup}="disabled"
|
|
||||||
ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="disabled"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
@ -62,11 +56,6 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
|
||||||
user = "toast";
|
user = "toast";
|
||||||
desktopSession = "plasmawayland";
|
desktopSession = "plasmawayland";
|
||||||
};
|
};
|
||||||
# Need patched mesa
|
|
||||||
devices.steamdeck = {
|
|
||||||
enableMesaPatches = true;
|
|
||||||
enableVendorRadv = true;
|
|
||||||
};
|
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue