Compare commits

..

No commits in common. "13925c6490cbe380723d26ab47387c8843aa8088" and "382c1be9b6f6a26c3c21cdbb64c16c536f6cf6e6" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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