refactor(homeModules/cli): move zsh config to module
This commit is contained in:
parent
991a10ca18
commit
97e4bf372b
4 changed files with 5 additions and 8 deletions
|
@ -3,10 +3,12 @@
|
|||
imports = [
|
||||
./file-browser/yazi.nix
|
||||
./editor/nvf.nix
|
||||
./shell/zsh.nix
|
||||
./utilities/git.nix
|
||||
];
|
||||
|
||||
options.cli = {
|
||||
shell = lib.pantheon.mkStrOption;
|
||||
editor = lib.pantheon.mkStrOption;
|
||||
file-browser = lib.pantheon.mkStrOption;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue