priscilla: add runtime packages for shadowsocks

This commit is contained in:
L-Nafaryus 2025-04-11 10:16:44 +05:00
parent ab37bc5b43
commit 92bcafc877
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

View File

@ -100,4 +100,12 @@
options = lib.mkDefault "--delete-older-than 7d";
};
};
environment.systemPackages = with pkgs; [
helix
zellij
btop
shadowsocks-rust
shadowsocks-v2ray-plugin
];
}