non important commit
This commit is contained in:
parent
fa3640022d
commit
a4f253cf60
3 changed files with 7 additions and 13 deletions
|
|
@ -39,9 +39,8 @@
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
console.keyMap = "cz-lat2";
|
console.keyMap = "cz-lat2";
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb.layout = "cz";
|
||||||
layout = "cz";
|
|
||||||
};
|
|
||||||
time.timeZone = "Europe/Prague";
|
time.timeZone = "Europe/Prague";
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
@ -67,4 +66,8 @@ services.xserver.xkb = {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = {
|
||||||
|
pkgs.ripgrep
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
"Mod+Q".action.close-window = [];
|
"Mod+Q".action.close-window = [];
|
||||||
"Mod+Return".action.spawn = ["foot"];
|
"Mod+Return".action.spawn = ["alacritty"];
|
||||||
"Mod+A".action.spawn = ["fuzzel"];
|
"Mod+A".action.spawn = ["fuzzel"];
|
||||||
"Mod+B".action.spawn = ["zen"];
|
"Mod+B".action.spawn = ["zen"];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,15 +66,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
|
|
||||||
foot = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
term = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue