non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 11:02:51 +01:00
parent fa3640022d
commit a4f253cf60
3 changed files with 7 additions and 13 deletions

View file

@ -39,9 +39,8 @@
programs.noisetorch.enable = true;
console.keyMap = "cz-lat2";
services.xserver.xkb = {
layout = "cz";
};
services.xserver.xkb.layout = "cz";
time.timeZone = "Europe/Prague";
i18n = {
@ -67,4 +66,8 @@ services.xserver.xkb = {
openFirewall = true;
};
};
environment.systemPackages = {
pkgs.ripgrep
};
}