Make latest kernel default, remove old dbus option

This commit is contained in:
Bun 2025-05-14 16:47:45 -04:00
parent 02a284fe90
commit d1e6fad5b3
10 changed files with 21 additions and 27 deletions

View file

@ -23,8 +23,8 @@
};
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_jovian;
kernelParams = ["amd_pstate=active"];
kernelPackages = pkgs.linuxPackages_jovian;
kernelParams = [ "amd_pstate=active" ];
};
programs.steam.extest.enable = true;
@ -48,10 +48,7 @@
"/etc/NetworkManager/system-connections"
"/var/lib/decky-loader"
];
users.${config.sysusers.main}.directories = [
".config/dconf"
".steam"
];
users.${config.sysusers.main}.directories = [ ".steam" ];
};
gnome.excludePackages = with pkgs; [
adwaita-icon-theme