nixos/home/shell/default.nix
2024-03-11 19:36:05 +01:00

9 lines
87 B
Nix

{
imports = [
./fzf.nix
./zsh.nix
./starship.nix
./zoxide.nix
];
}