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

11 lines
109 B
Nix
Raw Normal View History

2025-04-25 23:10:55 +08:00
{ config, lib, pkgs, ... }:
{
imports = [
];
home.packages = with pkgs; [
v2ray
v2raya
];
}