Files
dotfiles/home/services/default.nix
2025-07-25 15:42:16 +05:30

14 lines
178 B
Nix

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