diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:01:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:13:13 -0700 |
| commit | 1710350ca1de304841942f6ff893799a3879f27e (patch) | |
| tree | 9192cfcef2513b3c6cf44dbbb29c85b73aa79800 /nix | |
| parent | simplify starship prompts a bit (diff) | |
| download | infra-1710350ca1de304841942f6ff893799a3879f27e.tar.gz | |
fix the import path for local configs
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/profiles/home-manager.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/profiles/home-manager.nix b/nix/profiles/home-manager.nix index 50ed0c4..3939a69 100644 --- a/nix/profiles/home-manager.nix +++ b/nix/profiles/home-manager.nix @@ -18,7 +18,7 @@ } // { mainConfig = config; - configPath = "${self}/config/users/fcuny}"; + configPath = "${self}/configs/users/fcuny"; }; home-manager.sharedModules = [ |
