diff --git a/users/users.nix b/users/users.nix index 623d39a..32dfbf1 100644 --- a/users/users.nix +++ b/users/users.nix @@ -1,7 +1,7 @@ { pkgs, config, username, host, ... }: let - inherit (import ./hosts/${host}/options.nix) gitUsername theShell; + inherit (import ./../hosts/${host}/options.nix) gitUsername theShell; in { users.users = { "${username}" = {