diff --git a/common-sw.nix b/common-sw.nix index fddb640..63d3d39 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -101,10 +101,7 @@ programs.adb.enable = true; users.extraUsers.gebner.extraGroups = [ "adbusers" ]; - nixpkgs.config.packageOverrides = pkgs: with pkgs; { - notmuch = (notmuch.override { withEmacs = false; }).overrideDerivation (_: { - doCheck = false; - }); - }; + # nixpkgs.config.packageOverrides = pkgs: with pkgs; { + # }; } diff --git a/petalius.nix b/petalius.nix index 24b258f..2b838be 100644 --- a/petalius.nix +++ b/petalius.nix @@ -94,6 +94,8 @@ users.extraUsers.gebner.extraGroups = [ "libvirtd" ]; virtualisation.libvirtd.enable = true; + # virtualisation.waydroid.enable = true; + # virtualisation.virtualbox.host.enable = true; # boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_4;