Switch emacs config to out of store symlink
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
userDirs.enable = true;
|
||||
};
|
||||
|
||||
home.file.".emacs.d/early-init.el".source = ./emacs/early-init.el;
|
||||
home.file.".emacs.d/init.el".source = ./emacs/init.el;
|
||||
home.file.".emacs.d/early-init.el".source = config.lib.file.mkOutOfStoreSymlink ./emacs/early-init.el;
|
||||
home.file.".emacs.d/init.el".source = config.lib.file.mkOutOfStoreSymlink ./emacs/init.el;
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user