From 1a9c5f6ada7e6b0d6dff610d994ee40f5c79a487 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Fri, 31 Jul 2026 21:31:25 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20201=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-07-31=2021:31=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/packages.nix | 1 + system/virtualisation/default.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/system/packages.nix b/system/packages.nix index 8ed32c0..670fa6c 100644 --- a/system/packages.nix +++ b/system/packages.nix @@ -36,6 +36,7 @@ v4l-utils vim wget + wl-clipboard xclip xournalpp diff --git a/system/virtualisation/default.nix b/system/virtualisation/default.nix index 36aab12..9dfe8a0 100644 --- a/system/virtualisation/default.nix +++ b/system/virtualisation/default.nix @@ -7,6 +7,8 @@ dockerCompat = true; }; + waydroid.enable = true; + virtualbox.host.enable = true; libvirtd.enable = true; };