diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 08:52:51 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 08:52:51 -0700 |
| commit | 61fa2329f553f9c7962e968e1ec98ae675903b70 (patch) | |
| tree | 0afdbf7c8fddda1718abee49db6206a5f8df5b09 /profiles/home-manager.nix | |
| parent | directories first (diff) | |
| download | infra-61fa2329f553f9c7962e968e1ec98ae675903b70.tar.gz | |
users -> home
Diffstat (limited to '')
| -rw-r--r-- | profiles/home-manager.nix | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix index f6ea8dd..78ef3c0 100644 --- a/profiles/home-manager.nix +++ b/profiles/home-manager.nix @@ -7,24 +7,23 @@ ... }: { - home-manager.extraSpecialArgs = - { - inherit - self - hostName - inputs - adminUser - ; - } - // { - mainConfig = config; - configPath = "${self}/configs/users/fcuny"; - }; + home-manager.extraSpecialArgs = { + inherit + self + hostName + inputs + adminUser + ; + } + // { + mainConfig = config; + configPath = "${self}/configs/users/fcuny"; + }; home-manager.sharedModules = [ inputs.agenix.homeManagerModules.default - "${self}/users/modules/userinfo.nix" - "${self}/users/modules/onepassword.nix" + "${self}/home/modules/userinfo.nix" + "${self}/home/modules/onepassword.nix" { nixpkgs.overlays = [ inputs.agenix.overlays.default |
