From b679280feaef74c67229e8a9f1671ad3e27981cd Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 14 Dec 2023 11:42:32 +0000 Subject: [PATCH] hosts: nixos: aramis: home: enable VPN blocks --- hosts/nixos/aramis/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/nixos/aramis/home.nix b/hosts/nixos/aramis/home.nix index 66a0892..8f741dc 100644 --- a/hosts/nixos/aramis/home.nix +++ b/hosts/nixos/aramis/home.nix @@ -28,6 +28,13 @@ nm-applet.enable = true; # Terminal terminal.program = "alacritty"; + # WM configuration + wm = { + i3bar = { + # Show VPN blocks + vpn.enable = true; + }; + }; # Zathura document viewer zathura.enable = true; };