tangled
alpha
login
or
join now
fantomitechno.dev
/
dotfiles
0
fork
atom
NixOS dotfiles
0
fork
atom
overview
issues
pulls
pipelines
✨ Add Wireshark
fantomitechno.dev
2 weeks ago
30155e73
91e47a9b
+4
1 changed file
expand all
collapse all
unified
split
hosts
common
packages.nix
+4
hosts/common/packages.nix
reviewed
···
89
89
protonvpn-gui
90
90
tailscale
91
91
wireguard-tools
92
92
+
wireshark
92
93
];
93
94
94
95
xdg.portal.wlr.enable = true;
···
140
141
141
142
# PDF Viewer
142
143
evince.enable = true;
144
144
+
145
145
+
# Network
146
146
+
wireshark.enable = true;
143
147
};
144
148
}