mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
21 lines
256 B
Nix
21 lines
256 B
Nix
![]() |
{ flake, ... }:
|
||
|
let
|
||
|
inherit (flake.config.aesthetics.themes)
|
||
|
cursor
|
||
|
;
|
||
|
in
|
||
|
[
|
||
|
"hypridle"
|
||
|
"wl-clipboard"
|
||
|
"wpaperd"
|
||
|
"gammastep"
|
||
|
"dunst"
|
||
|
"playerctrld"
|
||
|
"waybar"
|
||
|
"nm-applet"
|
||
|
"blueman-applet"
|
||
|
"easyeffects -r"
|
||
|
"emote"
|
||
|
"flameshot"
|
||
|
]
|