fix: correct dotfiles path in home.nix (relative to repo root)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, lib, config, inputs, hostName, ... }:
|
||||
|
||||
let
|
||||
dotfiles = ./assets/dotfiles;
|
||||
dotfiles = ../../assets/dotfiles;
|
||||
isUconsole = hostName == "uConsole";
|
||||
in {
|
||||
home.username = "gortium";
|
||||
|
||||
Reference in New Issue
Block a user