Files
dotfiles/home/services/default.nix
2026-03-12 13:40:10 +05:30

21 lines
318 B
Nix

{...}: {
imports = [
./gtk.nix
./gui.nix
./hyprland.nix
./hyprmon.nix
./hyprpaper.nix
./ironbar
./kdeconnect.nix
./remmina.nix
# ./ollama.nix
./swaync.nix
./swayosd.nix
./xdg.nix
./ironclaw.nix
# ./anyrun.nix
# ./eww.nix
# ./wallpaperengine.nix
];
}