change(hyprland): active border uses base 6

This commit is contained in:
2026-01-10 23:21:57 +01:00
parent 353f449f80
commit 9151cb04eb
2 changed files with 15 additions and 3 deletions

View File

@@ -42,12 +42,15 @@ in
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
programs = {
hyprlock = {
enable = true;
};
wlogout = {
enable = true;
layout = [
{
"label" = "lock";
"action" = "loginctl lock-session";
"action" = "hyprlock";
"text" = "Lock";
"keybind" = "l";
}