Files
dotfiles/home/services/default.nix
uttarayan21 4a51b49b9e
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: added a api route to control monitors from home assistant
2025-08-16 21:59:10 +05:30

15 lines
196 B
Nix

{...}: {
imports = [
./swaync.nix
./swayosd.nix
./kdeconnect.nix
./hyprland.nix
./gtk.nix
./anyrun.nix
./ironbar
./gui.nix
./eww.nix
./hyprmon.nix
];
}