openconnect
This commit is contained in:
parent
81935275ab
commit
b5f913c929
6 changed files with 83 additions and 29 deletions
6
home/openconnect.nix
Normal file
6
home/openconnect.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.openconnect ];
|
||||
xdg.configFile."openconnect/config".text = "lol";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue