Add vlc, dosbox and wireguard

This commit is contained in:
2026-02-11 21:21:56 +01:00
parent 334f31008d
commit 6c649be56b

View File

@@ -44,6 +44,13 @@
home.packages = with pkgs; [
secretive
vlc-bin
dosbox-staging # dosbox appears broken on darwin
# 1. Move config file to /usr/local/etc/wireguard/wg0.conf
# 2. sudo wg-quick up wg0
wireguard-tools
wireguard-go
];
nixpkgs.config.allowUnfree = true;