Updates to Steam deck config

This commit is contained in:
albert 2024-04-28 10:22:14 +09:00
parent 47d674aac6
commit acbcb5f149
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -15,19 +15,24 @@
networking.useDHCP = lib.mkDefault true;
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
# Set your time zone.
time.timeZone = "Asia/Tokyo";
# Set the networking hostname:
networking.hostName = "steamdeck";
jovian = {
decky-loader.enable = true;
steam.enable = true;
steam.autoStart = true;
steam.user = username;
steam.desktopSession = "plasma";
steamos.useSteamOSConfig = true;
decky-loader = {
enable = true;
user = username;
};
steam = {
enable = true;
autoStart = true;
user = username;
desktopSession = "plasma";
};
devices.steamdeck.enable = true;
hardware.has.amd.gpu = true;
};