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; };