use directory symlinks
This commit is contained in:
parent
1a01a958d5
commit
e0ec1e606f
2 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
];
|
||||
|
||||
xdg.configFile.Caprine = {
|
||||
source = ../caprine;
|
||||
source = config.lib.file.mkOutOfStoreSymlink ../caprine;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue