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 + ]; }