Files
dotfiles/home/services/default.nix
uttarayan21 7eead37864
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
refactor(aichat): disable mayichat and rename config to aichat
refactor(hyprland): separate hyprpaper config into its own module

feat(services): add hyprpaper service with updated wallpaper settings
2025-10-18 12:51:53 +05:30

17 lines
230 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
];
}