This commit is contained in:
암냥 2026-07-06 01:21:22 +09:00
commit 8011eab5b5
No known key found for this signature in database
3 changed files with 21 additions and 1 deletions

View file

@ -90,6 +90,9 @@ with pkgs;
inputs.codex-app.packages.${stdenv.buildPlatform.system}.codex-desktop
proton-vpn
protonmail-desktop
protonmail-bridge
protonmail-bridge-gui
moonlight-qt

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
virtualisation.waydroid.enable = true;
# Newer kernel versions may need
virtualisation.waydroid.package = pkgs.waydroid-nftables;
# Enable clipboard sharing
environment.systemPackages = [ pkgs.wl-clipboard ];
}