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, ... }:
|
{ pkgs, lib, config, inputs, hostName, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
dotfiles = ./assets/dotfiles;
|
dotfiles = ../../assets/dotfiles;
|
||||||
isUconsole = hostName == "uConsole";
|
isUconsole = hostName == "uConsole";
|
||||||
in {
|
in {
|
||||||
home.username = "gortium";
|
home.username = "gortium";
|
||||||
|
|||||||
Reference in New Issue
Block a user