NiksOS/home/shell/default.nix
2025-06-23 20:39:47 +02:00

13 lines
166 B
Nix

{
imports = [
./direnv.nix
./fish.nix
./git.nix
./other.nix
./repl
./starship.nix
./transfer.nix
./yazi.nix
./zoxide.nix
];
}