8 lines
105 B
Nix
8 lines
105 B
Nix
{ ... }:
|
|
{
|
|
wayland.windowManager.hyprland.settings.exec-once = [
|
|
"quickshell"
|
|
"fcitx5"
|
|
];
|
|
}
|
|
|