fix: Properly persist Straight.el dir

This commit is contained in:
Madeleine Sydney
2025-01-08 17:52:33 -07:00
parent ab10e0ca56
commit ca8ddd8f44
3 changed files with 8 additions and 1 deletions

View File

@@ -48,7 +48,10 @@ let
'';
};
in {
sydnix.impermanence.cache.directories = [ straightBaseDir ];
sydnix.impermanence.cache.directories = [
# Impermanence expects the path to be relative to ~.
(lib.removePrefix config.home.homeDirectory straightBaseDir)
];
home.packages = [ emacsWrapper ];
# TODO: Make sure this is using the right package for Emacs...