feat: Straight.el lockfile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user