Files
setup-machines/home-manager/zsh/default.nix
2025-02-27 19:36:22 +01:00

10 lines
86 B
Nix

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