From 0af119e2cd17399c38da75565542812c8a16465b Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 4 Apr 2024 00:38:04 -0500 Subject: [PATCH] Fix Users File --- users/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" = {