hyprland: remove hy3 again

This commit is contained in:
Charlie Root 2024-10-20 00:40:53 +02:00
commit 167bb6ea2b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
3 changed files with 11 additions and 49 deletions

View file

@ -7,12 +7,7 @@
}: let
cfg = config.modules.usrEnv.desktops.hyprland;
inherit (config.meta.mainUser) username;
inherit
(inputs'.split-monitor-workspaces.packages)
split-monitor-workspaces
;
inherit (inputs'.hyprsplit.packages) hyprsplit;
inherit (inputs'.hy3.packages) hy3;
inherit (lib) mkIf mkDefault;
in {
imports = [
@ -52,7 +47,6 @@ in {
# Split-monitor-workspaces provides awesome-like workspace behaviour
plugins = [
hy3
hyprsplit
];