mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
213
This commit is contained in:
@@ -12,9 +12,9 @@ in
|
|||||||
{
|
{
|
||||||
xdg = {
|
xdg = {
|
||||||
dataFile = {
|
dataFile = {
|
||||||
"grampsData" = {
|
"v2raynData" = {
|
||||||
source = config.lib.file.mkOutOfStoreSymlink v2raynPath;
|
source = config.lib.file.mkOutOfStoreSymlink v2raynPath;
|
||||||
target = "gramps";
|
target = "v2rayN";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user