mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
23 lines
325 B
Nix
Executable file
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"
|
|
]
|