Files
nix/modules/home/v2ray/default.nix

11 lines
109 B
Nix
Raw Normal View History

2025-04-21 14:21:37 +08:00
{ config, lib, pkgs, ... }:
{
imports = [
];
home.packages = with pkgs; [
v2ray
v2raya
];
2023-10-06 12:11:50 +08:00
}