hosts: nixos: aramis: home: enable VPN blocks
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
f47e66c28f
commit
b679280fea
1 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,13 @@
|
||||||
nm-applet.enable = true;
|
nm-applet.enable = true;
|
||||||
# Terminal
|
# Terminal
|
||||||
terminal.program = "alacritty";
|
terminal.program = "alacritty";
|
||||||
|
# WM configuration
|
||||||
|
wm = {
|
||||||
|
i3bar = {
|
||||||
|
# Show VPN blocks
|
||||||
|
vpn.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
# Zathura document viewer
|
# Zathura document viewer
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue