nix-config/home/opdavies/nixedo.nix
Oliver Davies 533b8db65f
All checks were successful
/ check (push) Successful in 1m36s
Refactor
2025-07-06 20:52:32 +01:00

13 lines
159 B
Nix

{
imports = [
../common
./nixedo/email-filters.nix
];
cli = {
fzf.enable = true;
starship.enable = true;
zsh.enable = true;
};
}