zaneyos/modules/home/default.nix

29 lines
397 B
Nix
Raw Normal View History

2025-02-17 06:31:31 +01:00
{...}: {
imports = [
./bash.nix
2025-02-17 06:41:53 +01:00
./bat.nix
./btop.nix
2025-03-01 04:35:06 +01:00
./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
];
}