nix settings and nvim tweaks

This commit is contained in:
Rouven Seifert 2023-03-16 21:46:12 +01:00
parent 11971e4e36
commit 88e869fd45
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 20 additions and 17 deletions

View file

@ -20,6 +20,11 @@
kernelPackages = pkgs.linuxPackages_latest;
};
nix.settings = {
cores = 6; # don't clutter the whole system when compiling stuff
auto-optimise-store = true;
};
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";
console = {