mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: nvf as home-manager module
This commit is contained in:
parent
3cce7a1884
commit
99de0d4f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,6 @@
|
|||
./modules/system.nix
|
||||
./modules/apps.nix
|
||||
./modules/host-users.nix
|
||||
nvf.darwinModules.default
|
||||
agenix.darwinModules.default
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
|
|
@ -73,6 +72,7 @@
|
|||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = specialArgs;
|
||||
sharedModules = [ nvf.homeManagerModules.nvf ];
|
||||
users.${username} = import ./home;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue