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

View file

@ -29,6 +29,14 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
# enableSSHSupport = true;
};
programs.fish.enable = true;
environment.systemPackages = with pkgs; [
neovim
wget