NiksOS/home/shell/default.nix
2025-03-09 16:10:46 +01:00

11 lines
133 B
Nix

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