From 3528cb739dc3d5c12504e2a95d465146be406683 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 29 Jun 2025 14:56:49 +0200 Subject: [PATCH] remove qemu from config --- hosts/desktop1/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index c5f7060..02e1cfe 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -90,10 +90,6 @@ stylix.enable = true; stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml"; - programs.virt-manager.enable = true; - users.groups.libvirtd.members = ["smayzy"]; - virtualisation.libvirtd.enable = true; - programs.fzf.keybindings = true; services.flatpak = {