diff --git a/home/hyprland.nix b/home/hyprland.nix index 6484dce3..0e609f0c 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -42,10 +42,6 @@ in wayland.windowManager.hyprland = { enable = true; - plugins = [ - (callPackage ../packages/hyprspace.nix { }) - ]; - settings = { env = [ "BROWSER,librewolf" @@ -174,20 +170,6 @@ in "blur,notifications" ]; - plugin = { - overview = { - affectStrut = false; - showEmptyWorkspace = false; - exitOnSwitch = true; - exitOnClick = true; - drawActiveWorkspace = true; - hideRealLayers = false; - hideOverlayLayers = false; - hideTopLayers = false; - hideBackgroundLayers = false; - }; - }; - windowrulev2 = [ "nomaxsize,class:^(winecfg\.exe)$" "nomaxsize,class:^(osu\.exe)$"