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