feat(home): use home-manager's new flake module
This commit is contained in:
parent
e34e0cae22
commit
a04fca65d8
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ let
|
|||
);
|
||||
in
|
||||
{
|
||||
imports = [ inputs.home-manager.flakeModules.home-manager ];
|
||||
|
||||
flake = {
|
||||
homeModules = {
|
||||
git = import ./modules/git.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue