Files
setup-machines/home-manager/zsh/default.nix
2025-02-27 18:42:07 +01:00

9 lines
67 B
Nix

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