diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/shinji/default.nix | 15 |
1 files changed, 15 insertions, 0 deletions
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 + ]; } ]; } |