Add VPN packages and add USB-C output configuration

This commit is contained in:
Paul-Henri Froidmont 2020-08-24 16:13:16 +02:00 committed by Froidmont Paul-Henri
parent 50488cc72e
commit d70d2bdeec
2 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,8 @@
environment.systemPackages = with pkgs; [
wget
inetutils
openvpn
openfortivpn
man

View file

@ -70,6 +70,13 @@
primary = true;
atomic = true;
}
{
name = "Work USBC";
outputs_connected = [ "DP-1" ];
configure_single = "DP-1";
primary = true;
atomic = true;
}
{
name = "Fallback";
configure_single = "eDP-1";