117 current 2025-05-28 22:12:38 25.11.20250527.4faa5f5 6.15.0 *

This commit is contained in:
2025-05-28 22:25:10 -04:00
parent 0cb3c0de65
commit 92200c7120

View File

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