diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:06:05 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-02 13:06:05 -0800 |
| commit | cb961051f8307a0bfd6e75acb52a7b7ac003e4d0 (patch) | |
| tree | c2e3e29716bf10bb5d95d2c11d8692672c379c5f /modules/common/home-manager.nix | |
| parent | move remote-unlock as a profile (diff) | |
| download | infra-cb961051f8307a0bfd6e75acb52a7b7ac003e4d0.tar.gz | |
simplify configuration for darwin
Diffstat (limited to 'modules/common/home-manager.nix')
| -rw-r--r-- | modules/common/home-manager.nix | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/modules/common/home-manager.nix b/modules/common/home-manager.nix deleted file mode 100644 index 738987a..0000000 --- a/modules/common/home-manager.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ - self, - hostName, - inputs, - config, - adminUser, - ... -}: -{ - home-manager.extraSpecialArgs = { - inherit - self - hostName - inputs - adminUser - ; - } - // { - mainConfig = config; - }; - - home-manager.sharedModules = [ - inputs.agenix.homeManagerModules.default - "${self}/home/modules/userinfo.nix" - "${self}/home/modules/onepassword.nix" - { - nixpkgs.overlays = [ - inputs.agenix.overlays.default - inputs.emacs-overlay.overlay - inputs.nur.overlays.default - self.overlays.default - ]; - nixpkgs.config.allowUnfree = true; - } - ]; -} |
