mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nix settings and nvim tweaks
This commit is contained in:
parent
11971e4e36
commit
88e869fd45
5 changed files with 20 additions and 17 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue