hosts: nixos: aramis: home: enable VPN blocks
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-12-14 11:42:32 +00:00
parent f47e66c28f
commit b679280fea

View file

@ -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;
};