Compare commits

..

2 Commits

Author SHA1 Message Date
13925c6490 fix programs.eza.icons deprecation 2024-11-18 18:51:05 +01:00
b90ac7e424 use newer kernel 2024-11-18 18:46:20 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
eza = {
enable = true;
icons = true;
icons = "auto";
git = true;
};

View File

@ -17,7 +17,7 @@
preLVM = true;
};
};
boot.kernelPackages = pkgs.linuxPackages_6_10;
boot.kernelPackages = pkgs.linuxPackages_6_11;
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Berlin";