mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -43,6 +43,10 @@ let
|
|||||||
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Games/PrismLauncher";
|
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Games/PrismLauncher";
|
||||||
target = "PrismLauncher";
|
target = "PrismLauncher";
|
||||||
};
|
};
|
||||||
|
"v2rayN" = {
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/v2rayN";
|
||||||
|
target = "v2rayN";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
userDirs = {
|
userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ in
|
|||||||
];
|
];
|
||||||
})
|
})
|
||||||
nekoray
|
nekoray
|
||||||
|
v2rayn
|
||||||
|
|
||||||
# Workflow
|
# Workflow
|
||||||
#cloudflared
|
#cloudflared
|
||||||
|
|||||||
Reference in New Issue
Block a user