home-manager: modularize home configurations
This commit is contained in:
parent
ac9918c759
commit
552cc4f144
16 changed files with 261 additions and 227 deletions
|
@ -6,7 +6,7 @@ let
|
|||
cfg = config.custom-hm.git;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
options.custom-hm.git = {
|
||||
enable = mkEnableOption "Enable git configuration";
|
||||
};
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue