cornflake/system/core/uwsm.nix
2025-01-30 21:55:28 +09:00

13 lines
257 B
Nix

{
programs.uwsm = {
enable = true;
waylandCompositors = {
hyprland = {
prettyName = "Hyprland";
comment = "Hyprland compositor managed by UWSM";
binPath = "/run/current-system/sw/bin/Hyprland";
};
};
};
}