aboutsummaryrefslogtreecommitdiff
path: root/profiles/home-manager.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-12 08:52:51 -0700
commit61fa2329f553f9c7962e968e1ec98ae675903b70 (patch)
tree0afdbf7c8fddda1718abee49db6206a5f8df5b09 /profiles/home-manager.nix
parentdirectories first (diff)
downloadinfra-61fa2329f553f9c7962e968e1ec98ae675903b70.tar.gz
users -> home
Diffstat (limited to '')
-rw-r--r--profiles/home-manager.nix29
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