diff --git a/nix/home-manager/configuration/graphical-removable.nix b/nix/home-manager/configuration/graphical-removable.nix index 2396faa..aade69f 100644 --- a/nix/home-manager/configuration/graphical-removable.nix +++ b/nix/home-manager/configuration/graphical-removable.nix @@ -124,7 +124,7 @@ in { cdrtools # Document Processing and Management - unstablepkgs.zathura + zathura # File Synchronzation rsync diff --git a/nix/os/profiles/removable-medium/system.nix b/nix/os/profiles/removable-medium/system.nix index 6af50cc..92fc62c 100644 --- a/nix/os/profiles/removable-medium/system.nix +++ b/nix/os/profiles/removable-medium/system.nix @@ -8,6 +8,9 @@ in { enable = false; }; + services.spice-vdagentd.enable = true; + services.qemuGuest.enable = true; + virtualisation = { libvirtd.enable = false; virtualbox.host.enable = false;