10 lines
186 B
Nix
Executable file
10 lines
186 B
Nix
Executable file
{ ... }:
|
|
{
|
|
wayland.windowManager.hyprland.settings.exec = [ ];
|
|
wayland.windowManager.hyprland.settings.exec-once = [
|
|
# "hyprpaper &"
|
|
"waybar &"
|
|
"blueman-applet &"
|
|
];
|
|
}
|