Commit 44aa67d86093
Changed files (3)
home
common
services
systems
kyushu
home/common/services/redhat-vpn.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Red Hat VPN
+Comment=Connect to Red Hat VPN
+Exec=redhat-vpn
+Type=Application
+Terminal=false
+Categories=Network;
+Icon=network-vpn;
home/common/services/redhat.nix
@@ -0,0 +1,5 @@
+{ ... }:
+{
+ # Red Hat VPN desktop launcher
+ home.file.".local/share/applications/redhat-vpn.desktop".source = ./redhat-vpn.desktop;
+}
systems/kyushu/home.nix
@@ -11,6 +11,7 @@ in
../../home/common/dev/containers.nix
../../home/common/dev/tektoncd.nix
../../home/common/services/color-scheme-timer.nix
+ ../../home/common/services/redhat.nix
];
nixpkgs.config.allowUnfree = true;