diff options
| author | 2025-04-27 21:10:00 -0400 | |
|---|---|---|
| committer | 2025-04-27 21:10:00 -0400 | |
| commit | 4366ae6eb9a4f3db04a3ea5323eb2f18bedef630 (patch) | |
| tree | 4a968ad30884b7b060fbbeb352bf6aca1b355ab7 /nix | |
| parent | f2c75dd6fb52626150e11d6a32cf6fea1df80a8e (diff) | |
| download | dotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.tar.gz dotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.tar.bz2 dotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.zip | |
Libvirt update
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/virtualisation.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/virtualisation.nix b/nix/virtualisation.nix index a73054d..bc6a6c0 100644 --- a/nix/virtualisation.nix +++ b/nix/virtualisation.nix @@ -5,8 +5,9 @@ virtualisation.spiceUSBRedirection.enable = true; environment.systemPackages = with pkgs; [ virt-manager - spice-gtk OVMF + spice-gtk + looking-glass-client ]; local.scripts.imports = [ "looking-glass" |