feat: add virtualization

This commit is contained in:
2025-07-24 14:46:23 -07:00
parent 4cfc6ac389
commit d2ca9ded39
3 changed files with 24 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
nixd
xfce.thunar
altserver-linux
xdg-desktop-portal
];
programs.hyprland = {
enable = true;
@@ -52,6 +53,7 @@
wofi.enable = true;
services.upower.enable = true;
zed.enable = true;
virt.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];