nixos/home/system/shell/default.nix
2024-05-02 15:40:12 +02:00

9 lines
87 B
Nix

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