12 lines
200 B
Nix
12 lines
200 B
Nix
{
|
|
programs.uwsm = {
|
|
enable = true;
|
|
waylandCompositors = {
|
|
hyprland = {
|
|
prettyName = "Hyprland";
|
|
comment = "Hyprland compositor managed by UWSM";
|
|
};
|
|
};
|
|
};
|
|
}
|