switch pc to unstable, use kde 6

This commit is contained in:
Kopatz
2024-03-02 09:34:45 +01:00
parent 0af8175210
commit 70a9348fa6
6 changed files with 47 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, lib, config, ... }:
{
config = lib.mkIf config.virtualisation.libvirtd.enable {
boot.kernelParams = [ "amd_iommu=on" ];
};
}