stan: order and add unzip

This commit is contained in:
Aaron Bieber 2023-10-11 09:44:37 -06:00
parent 45c5478c8f
commit 6a5c295f5c
No known key found for this signature in database

View File

@ -148,7 +148,6 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
oath-toolkit
barrier barrier
bitwarden bitwarden
fzf fzf
@ -160,19 +159,21 @@ in
mosh mosh
mupdf mupdf
nmap nmap
oath-toolkit
oathToolkit oathToolkit
obsidian obsidian
obs-studio obs-studio
openvpn openvpn
remmina remmina
rex rex
rustdesk
snmpcheck snmpcheck
sshfs sshfs
tcpdump tcpdump
unzip
virt-manager virt-manager
wireshark wireshark
zig zig
rustdesk
]; ];
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;