nix-config/home/opdavies/nixedo.nix

14 lines
159 B
Nix
Raw Normal View History

{
imports = [
../common
2025-07-06 20:52:32 +01:00
./nixedo/email-filters.nix
];
2025-05-03 16:50:27 +01:00
cli = {
fzf.enable = true;
starship.enable = true;
zsh.enable = true;
};
}