Enable virt-manager for laptop.
This commit is contained in:
parent
a38049a819
commit
50aff1b3ea
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
portalPackage = inputs.hyprland-xdph-git.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
portalPackage = inputs.hyprland-xdph-git.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# VirtManager for gandalf QEMU/KVM
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue