diff options
Diffstat (limited to 'modules/shared/traits')
| -rw-r--r-- | modules/shared/traits/users/seth.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/shared/traits/users/seth.nix b/modules/shared/traits/users/seth.nix index b5f330d..4d565eb 100644 --- a/modules/shared/traits/users/seth.nix +++ b/modules/shared/traits/users/seth.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + inputs, ... }: let @@ -19,7 +20,7 @@ in programs.fish.enable = true; home-manager.users.seth = { - imports = [ ../../../../users/seth ]; + imports = [ (inputs.self + "/users/seth") ]; seth = { enable = true; shell.fish.enable = true; |
