restructure home-manager modules
This commit is contained in:
parent
69f948a677
commit
48c5929dfd
10 changed files with 71 additions and 11 deletions
5
home-manager/flake-module.nix
Normal file
5
home-manager/flake-module.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
flake.homeManagerModules = {
|
||||
dotfiles.imports = [ ./dotfiles.nix ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue