Fix Users File

This commit is contained in:
Tyler Kelley 2024-04-04 00:38:04 -05:00
parent 9a5d6b69ca
commit 0af119e2cd

View File

@ -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}" = {