Skip to content

Commit

Permalink
chore(home/darwin): proxy - mkOutOfStoreSymlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 28, 2024
1 parent 071b917 commit 28b20d2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions home/darwin/proxy/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{pkgs, ...}: {
{
config,
pkgs,
...
}: {
home.packages = with pkgs; [
clash-meta
];
home.file.".proxychains/proxychains.conf".source = ./proxychains.conf;

home.file.".proxychains/proxychains.conf".source =
config.lib.file.mkOutOfStoreSymlink
"${config.home.homeDirectory}/nix-config/home/darwin/proxy/proxychains.conf";
}

0 comments on commit 28b20d2

Please sign in to comment.