refactor(homeModules/cli): idomaticity
This commit is contained in:
parent
feff604e8f
commit
84bacb23f0
7 changed files with 22 additions and 25 deletions
|
@ -1,19 +1,13 @@
|
|||
{config, lib, osConfig, ... }:
|
||||
{
|
||||
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;
|
||||
git = {
|
||||
name = lib.pantheon.mkStrOption;
|
||||
email = lib.pantheon.mkStrOption;
|
||||
defaultBranch = lib.pantheon.mkStrOption;
|
||||
};
|
||||
|
||||
config = {
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue