13 lines
167 B
Nix
13 lines
167 B
Nix
{
|
|
imports = [
|
|
../common
|
|
|
|
./nixedo/modules/email-filters.nix
|
|
];
|
|
|
|
cli = {
|
|
fzf.enable = true;
|
|
starship.enable = true;
|
|
zsh.enable = true;
|
|
};
|
|
}
|