summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-04-27 21:10:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-04-27 21:10:00 -0400
commit4366ae6eb9a4f3db04a3ea5323eb2f18bedef630 (patch)
tree4a968ad30884b7b060fbbeb352bf6aca1b355ab7 /nix
parentf2c75dd6fb52626150e11d6a32cf6fea1df80a8e (diff)
downloaddotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.tar.gz
dotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.tar.bz2
dotfiles-4366ae6eb9a4f3db04a3ea5323eb2f18bedef630.zip
Libvirt update
Diffstat (limited to 'nix')
-rw-r--r--nix/virtualisation.nix3
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"