From 1730220dd5abb5fc26eff8b7b462732dde8f768b Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:49:31 +0100 Subject: [PATCH 1/2] vpn laptop --- modules/collections/laptop.nix | 1 + 1 file changed, 1 insertion(+) 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; From 9016cca8f8e1e29e716a99f1c0c5c8b8d3647599 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:25:13 +0100 Subject: [PATCH 2/2] add more waybar icons --- home-manager/hyprland/waybar.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" = ""; }; }; };