zaneyos/modules/home/default.nix
tylerzanekelley@gmail.com 121ffb5466 Added more config for bat
2025-02-16 23:41:53 -06:00

26 lines
350 B
Nix

{...}: {
imports = [
./bash.nix
./bat.nix
./btop.nix
./emoji.nix
./fastfetch
./gh.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
];
}