118 current 2025-05-28 22:34:32 25.11.20250527.4faa5f5 6.15.0 *

This commit is contained in:
2025-05-28 22:34:38 -04:00
parent 91cb949210
commit c76b9cc1c4

View File

@@ -1,7 +1,7 @@
{ config, pkgs, nur, ... }: let
earlyInitPath = "/home/chase/nixos-config/home/emacs/early-init.el";
initPath = "/home/chase/nixos-config/home/emacs/init.el";
earlyInitPath = "./emacs/early-init.el";
initPath = "./emacs/init.el";
in
{
@@ -11,7 +11,7 @@ in
home.file = {
"scripts" = {
source = "/home/chase/nixos-config/home/scripts";
source = config.lib.file.mkOutOfStoreSymlink ./scripts;
recursive = true;
};
};