8 lines
107 B
Nix
8 lines
107 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
exec-once = [
|
|
"uwsm app -- waybar"
|
|
];
|
|
};
|
|
}
|