modules: move home configuration from flake
This commit is contained in:
parent
76cac9af51
commit
85ff634331
3 changed files with 20 additions and 10 deletions
|
|
@ -17,6 +17,10 @@
|
|||
example = "alice";
|
||||
description = "my username";
|
||||
};
|
||||
|
||||
home = {
|
||||
enable = my.mkDisableOption "home-manager configuration";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue