Add wireguard, htop, gh, gcc, dig, anydesk

This commit is contained in:
cubernetes 2026-06-24 20:38:21 +02:00
parent a516a48ddb
commit 0e4f1a0236

View file

@ -150,37 +150,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim
alacritty
keepassxc
nextcloud-client
dmenu
arandr
brave
pavucontrol
signal-desktop
simplex-chat-desktop
ayugram-desktop
dnsmasq
file
gnumake
rustdesk
nmap
usbutils
brightnessctl
pulseaudio
moreutils
spacer
yubioath-flutter
slack
mpv
netbird-ui
python3
];
virtualisation.libvirtd.enable = true;
virtualisation.docker = {
enable = true;
@ -243,4 +212,41 @@
"tsi" = import ./home.nix;
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim
alacritty
keepassxc
nextcloud-client
dmenu
arandr
brave
pavucontrol
signal-desktop
simplex-chat-desktop
ayugram-desktop
dnsmasq
file
gnumake
nmap
usbutils
brightnessctl
pulseaudio
moreutils
spacer
yubioath-flutter
slack
mpv
netbird-ui
python3
dig
htop
gcc
wireguard-tools
gh
rustdesk
anydesk
];
}