Merge branch 'main' of github.com:itepastra/nixconf

This commit is contained in:
Noa Aarts 2024-09-04 07:46:50 +02:00
commit 4f5463a9a8
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@ in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ home.packages = [
(pkgs.prismlauncher.override { withWaylandGLFW = true; }) pkgs.prismlauncher
]; ];
}; };
} }

View file

@ -94,8 +94,6 @@ in
windowrulev2 = [ windowrulev2 = [
"opacity 1.0 0.6,class:^(kitty)$" "opacity 1.0 0.6,class:^(kitty)$"
"stayfocused,class:^(wofi)$" "stayfocused,class:^(wofi)$"
"workspace 1 silent,class:^(vesktop)$"
"workspace 3 silent,class:^(thunderbird)$"
]; ];
env = [ env = [
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"