Files
dotfiles/home/services/default.nix

18 lines
256 B
Nix

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