diff --git a/modules/games/minecraft.nix b/modules/games/minecraft.nix index e94c2a2..7fac063 100644 --- a/modules/games/minecraft.nix +++ b/modules/games/minecraft.nix @@ -5,7 +5,7 @@ in { config = lib.mkIf cfg.enable { home.packages = [ - (pkgs.prismlauncher.override { withWaylandGLFW = true; }) + pkgs.prismlauncher ]; }; } diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 77f75f2..1b5d1b8 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -94,8 +94,6 @@ in windowrulev2 = [ "opacity 1.0 0.6,class:^(kitty)$" "stayfocused,class:^(wofi)$" - "workspace 1 silent,class:^(vesktop)$" - "workspace 3 silent,class:^(thunderbird)$" ]; env = [ "WLR_NO_HARDWARE_CURSORS,1"