init
This commit is contained in:
11
modules/home/v2ray/default.nix
Normal file
11
modules/home/v2ray/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
v2ray
|
||||
v2raya
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user