mirror of
https://github.com/youwen5/nixos.git
synced 2025-03-14 05:01:12 -07:00
chore: use mkOutOfStoreSymlink for harper
This commit is contained in:
parent
6dfab5ab28
commit
649cb19bed
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
};
|
||||
|
||||
xdg.configFile."harper-ls" = {
|
||||
source = ./config/harper-ls;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${osConfig.liminalOS.flakeLocation}/reference/users/youwen/config/harper-ls";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue