uwsm: remove hyrprland

Hyprland is managed in hyprland/module.nix
This commit is contained in:
Charlie Root 2025-04-06 21:24:23 +02:00
commit c5add0f1f7
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -14,11 +14,6 @@ in {
enable = true;
package = pkgs.uwsm;
waylandCompositors = {
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland managed with UWSM";
binPath = "/run/current-system/sw/bin/Hyprland";
};
};
};
};