init
This commit is contained in:
commit
f89801cd39
418 changed files with 1855 additions and 0 deletions
11
Modules/Applications/GUI-Apps/VPN/protonvpn.nix
Normal file
11
Modules/Applications/GUI-Apps/VPN/protonvpn.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
options.protonvpn.enable = lib.mkEnableOption "Enable ProtonVPN and dependencies";
|
||||
|
||||
config = lib.mkIf config.protonvpn.enable {
|
||||
home.packages = with pkgs; [
|
||||
protonvpn-gui
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue