diff --git a/home-manager/hyprland/waybar.nix b/home-manager/hyprland/waybar.nix index 997020a..8ff37f1 100644 --- a/home-manager/hyprland/waybar.nix +++ b/home-manager/hyprland/waybar.nix @@ -192,6 +192,7 @@ in { "class" = ""; "class" = "󰒱"; "class" = "󰨞"; + "class" = "󰨞"; "code-url-handler" = "󰨞"; "class" = "󰙯"; "class" = ""; @@ -222,6 +223,9 @@ in { "class" = "󰍳"; "class" = "󰍳"; "class" = "󰛮"; + "class" = ""; + "class" = ""; + "class" = ""; }; }; }; diff --git a/modules/collections/laptop.nix b/modules/collections/laptop.nix index b27014d..e2dd81a 100644 --- a/modules/collections/laptop.nix +++ b/modules/collections/laptop.nix @@ -3,6 +3,7 @@ ../kernel.nix # use latest kernel ../services/wireguard-client.nix ../services/ssh.nix + ../work/vpn.nix ]; custom = { cli-tools.enable = true;