cornflake/system/core/uwsm.nix
2026-01-03 22:04:35 +09:00

12 lines
200 B
Nix

{
programs.uwsm = {
enable = true;
waylandCompositors = {
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
};
};
};
}