From e91f15183834d303d3c66e71dd201943b470d239 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 20:45:39 -0400 Subject: removed unused packages --- hosts/shinji/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'hosts/shinji') diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index e6d7b4b..9190dc5 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -36,6 +36,21 @@ inputs.nixpkgs.lib.nixosSystem rec { services.logind.extraConfig = '' HandlePowerKey=suspend ''; + + # packages + environment.systemPackages = with pkgs; [ + # wine + winetricks + wineWowPackages.staging + # android + android-tools + scrcpy + # misc + foliate + jami + qbittorrent + qemu + ]; } ]; } -- cgit v1.2.3-freya