Files
setup-machines/home-manager/zsh/default.nix
2025-02-28 18:57:16 +01:00

11 lines
103 B
Nix

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