From 50aff1b3ea7f027faf373318151507bf582dfd14 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 15 Mar 2024 16:51:28 -0500 Subject: [PATCH] Enable virt-manager for laptop. --- nixos/durincore/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/durincore/configuration.nix b/nixos/durincore/configuration.nix index be59a2d..2a34c2b 100644 --- a/nixos/durincore/configuration.nix +++ b/nixos/durincore/configuration.nix @@ -22,6 +22,9 @@ portalPackage = inputs.hyprland-xdph-git.packages.${pkgs.system}.xdg-desktop-portal-hyprland; }; + # VirtManager for gandalf QEMU/KVM + programs.virt-manager.enable = true; + environment.sessionVariables = { NIXOS_OZONE_WL = "1"; };