Files
dotfiles/home/services/default.nix
servius 325705f4cb
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Disable ollama for shiro (mlx not working)
2026-03-11 13:08:17 +05:30

20 lines
299 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
# ./anyrun.nix
# ./eww.nix
# ./wallpaperengine.nix
];
}