diff --git a/home/home.nix b/home/home.nix index ca376d2..6e1444c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,7 +1,7 @@ { config, pkgs, nur, ... }: let - earlyInitPath = "~/nixos-config/home/emacs/early-init.el"; - initPath = "~/nixos-config/home/emacs/init.el"; + earlyInitPath = "/home/chase/nixos-config/home/emacs/early-init.el"; + initPath = "/home/chase/nixos-config/home/emacs/init.el"; in { @@ -11,7 +11,7 @@ in home.file = { "scripts" = { - source = "~/nixos-config/home/scripts"; + source = "/home/chase/nixos-config/home/scripts"; recursive = true; }; };