mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added ivpn
This commit is contained in:
parent
47d9bb1566
commit
4420cd8ffb
4 changed files with 117 additions and 98 deletions
14
modules/home/gui/apps/tools/ivpn/default.nix
Normal file
14
modules/home/gui/apps/tools/ivpn/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
ivpn
|
||||
ivpn-ui
|
||||
v2ray
|
||||
ivpn-service
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue