test
This commit is contained in:
parent
57736d3b98
commit
992fd5f726
18 changed files with 0 additions and 0 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ 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