diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:54:48 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:54:48 -0700 |
| commit | d66317fa973c04315b1c7873b9d94dcc9beb281c (patch) | |
| tree | f86d6f9a80437ef8696d096bc9e3d57f75545148 /profiles/home-manager.nix | |
| parent | profiles for darwin (diff) | |
| download | infra-d66317fa973c04315b1c7873b9d94dcc9beb281c.tar.gz | |
move profile for home-manager under programs
Diffstat (limited to 'profiles/home-manager.nix')
| -rw-r--r-- | profiles/home-manager.nix | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix deleted file mode 100644 index 78ef3c0..0000000 --- a/profiles/home-manager.nix +++ /dev/null @@ -1,36 +0,0 @@ -{ - self, - hostName, - inputs, - config, - adminUser, - ... -}: -{ - home-manager.extraSpecialArgs = { - inherit - self - hostName - inputs - adminUser - ; - } - // { - mainConfig = config; - configPath = "${self}/configs/users/fcuny"; - }; - - 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 - self.overlays.default - ]; - nixpkgs.config.allowUnfree = true; - } - ]; -} |
