fix: correct dotfiles path in home.nix (relative to repo root)

This commit is contained in:
2026-06-16 19:08:49 -04:00
parent 088a82d730
commit a2096efc3f

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, inputs, hostName, ... }:
let
dotfiles = ./assets/dotfiles;
dotfiles = ../../assets/dotfiles;
isUconsole = hostName == "uConsole";
in {
home.username = "gortium";