openconnect

This commit is contained in:
Till 2023-05-17 01:31:01 +02:00
parent 81935275ab
commit b5f913c929
6 changed files with 83 additions and 29 deletions

6
home/openconnect.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.openconnect ];
xdg.configFile."openconnect/config".text = "lol";
}