Nixos update 15-01-2026, fix hyprland config

This commit is contained in:
Alexander
2026-01-15 16:15:28 +01:00
parent 1a3b1b3a30
commit e1ca607a01
5 changed files with 73 additions and 78 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ in {
# :lang latex & :lang org (latex previews)
texlive.combined.scheme-medium
# :lang nix
nixfmt-classic
nixfmt
#nixd
nil
# :lang lisp
+3 -8
View File
@@ -241,14 +241,9 @@ in {
#"9, on-created-empty:[tiled] thunderbird"
];
windowrulev2 = [
"workspace 9, class:^(.*thunderbird.*)$"
"group, class:^(.*thunderbird.*)$"
"workspace 9, class:^(.*Element.*)$"
"group, class:^(.*Element.*)$"
"workspace 8, title:^(.*KeePassXC.*)$"
"float, class:^(.*steam.*)$"
"noinitialfocus,class:(jetbrains-)(.*),title:^win(.*), initialTitle:win.*, floating:1"
windowrule = [
"workspace 8, match:title ^(.*KeePassXC.*)$"
#"noinitialfocus,match:class (jetbrains-)(.*),title:^win(.*), initialTitle:win.*, floating:1"
];
};
};