1
1
Fork 0

linux: upgrade to 6.13

This commit is contained in:
Myned 2025-03-30 23:25:01 -05:00
parent 288d011b82
commit 441078e4dd
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -16,7 +16,7 @@ in {
kernel = mkOption {
default =
if config.custom.full
then pkgs.linuxPackages_6_12
then pkgs.linuxPackages_6_13
else pkgs.linuxPackages;
};
systemd-boot = mkOption {default = config.custom.minimal;};