my-nixos-config/home-manager/modules/bundle.nix
2025-11-11 16:09:55 +01:00

14 lines
199 B
Nix

{
imports = [
./bash.nix
./fish.nix
./helix.nix
./hypr/bundle.nix
./mako.nix
./fuzzel.nix
./foot.nix
./git.nix
./starship.nix
./desktop_overrides.nix
];
}