dotfiles/modules/home/gui/desktop/hypr/land/config/exec-once.nix

23 lines
325 B
Nix
Executable file

{ flake, ... }:
let
inherit (flake.config.aesthetics.themes)
cursor
;
in
[
"swaylock"
"hypridle"
"wl-clipboard"
"wpaperd"
"gammastep"
"dunst"
"playerctrld"
"waybar"
"nm-applet"
"blueman-applet"
"rfkill block bluetooth"
"rfkill unblock bluetooth"
"easyeffects -r"
"emote"
"flameshot"
]