zaneyos/modules/home/default.nix
2025-03-01 03:35:06 +00:00

29 lines
397 B
Nix

{...}: {
imports = [
./bash.nix
./bat.nix
./btop.nix
./cava.nix
./emoji.nix
./fastfetch
./gh.nix
./ghostty.nix
./git.nix
./gtk.nix
./hyprland
./kitty.nix
./nvf.nix
./rofi
./qt.nix
./scripts
./starship.nix
./stylix.nix
./swaync.nix
./virtmanager.nix
./waybar.nix
./wlogout
./xdg.nix
./zsh.nix
];
}