zaneyos/modules/home/default.nix
tylerzanekelley@gmail.com 4943416647 Properly setup nh
2025-02-16 23:31:31 -06:00

25 lines
336 B
Nix

{...}: {
imports = [
./bash.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
];
}