mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 11:08:34 +01:00
26 lines
350 B
Nix
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
|
|
];
|
|
}
|