feat: Straight.el lockfile

This commit is contained in:
Madeleine Sydney
2025-02-02 14:51:04 -07:00
parent c77b99fc17
commit 28a2e3bb88
2 changed files with 61 additions and 0 deletions

View File

@@ -62,6 +62,16 @@ in {
(lib.removePrefix config.home.homeDirectory straightBaseDir)
];
home.file =
let default =
lib.removePrefix "${config.home.homeDirectory}/"
"${straightBaseDir}/straight/versions/default.el";
in {
${default}.source =
config.lib.file.mkOutOfStoreSymlink
"/persist/dots/users/crumb/programs/emacs/straight-lockfile.el";
};
home.packages = [
emacsWrapper
] ++ fontPackages;