From 0e4f1a02367e31eea94f600bab78a9a4bfe7bb86 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Wed, 24 Jun 2026 20:38:21 +0200 Subject: [PATCH] Add wireguard, htop, gh, gcc, dig, anydesk --- hosts/fw/configuration.nix | 68 +++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/hosts/fw/configuration.nix b/hosts/fw/configuration.nix index fbc39e2..f0c4947 100644 --- a/hosts/fw/configuration.nix +++ b/hosts/fw/configuration.nix @@ -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 + ]; }