mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
lots of updates
This commit is contained in:
parent
91f700f9a5
commit
60586106be
11 changed files with 55 additions and 42 deletions
|
@ -14,7 +14,6 @@
|
|||
./modules/virtualisation
|
||||
];
|
||||
|
||||
|
||||
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
||||
systemd.additionalUpstreamSystemUnits = [
|
||||
"soft-reboot.target"
|
||||
|
@ -50,6 +49,9 @@
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
console.keyMap = "dvorak";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue