summaryrefslogtreecommitdiff
path: root/hosts/shinji
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/shinji')
-rw-r--r--hosts/shinji/default.nix15
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
+ ];
}
];
}