mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds openresolv for wireguard-tools to work, adds comments to explain
This commit is contained in:
parent
83c29b1c15
commit
c16f123183
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
wireguard-tools
|
||||
wireguard-tools # VPN connections
|
||||
openresolv # required for wireguard-tools
|
||||
jq
|
||||
tmux
|
||||
wdisplays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue