This commit is contained in:
Aleksandr Lebedev 2025-06-22 18:41:09 +02:00
parent eb55969608
commit 00f0607157
3 changed files with 6 additions and 3 deletions

View file

@ -15,6 +15,7 @@
./hyprlock.nix
];
home.packages = with pkgs;[
eww
wlogout
brightnessctl
fuzzel
@ -162,7 +163,7 @@
};
warp-mouse-to-focus = true;
keyboard = {
xkb.layout = "us, ru";
xkb.layout = "us, ru, de";
xkb.options = "grp:lctrl_toggle, ctrl:nocaps" + (if hwconfig.hostname == "kylekrein-mac" then ", altwin:swap_alt_win" else "");
track-layout = "window";
numlock = true;
@ -191,7 +192,7 @@
is-active = true;
}
];
opacity = 0.9;
opacity = 1.0;
}
{ #inactive
matches = [
@ -199,7 +200,7 @@
is-active = false;
}
];
opacity = 0.7;
opacity = 1.0;
}
{ #opaque
matches = [

View file

@ -84,6 +84,7 @@ in
format = " {}";
format-en = "EN";
format-ru = "RU";
format-de = "DE";
};
"wlr/taskbar" = {
format = "{icon}";

View file

@ -44,6 +44,7 @@
".local/share/TelegramDesktop"
".local/share/Paradox Interactive"
".config/solaar"
".config/eww"
".config/kdeconnect"
".config/blender"
".config/unity3d"