fix the kde problem

This commit is contained in:
Noa Aarts 2025-08-29 09:53:39 +02:00
parent 24c84f64ae
commit a7ec174d5c
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 16 additions and 11 deletions

View file

@ -240,6 +240,13 @@
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
targets.plymouth.enable = false;
targets = {
plymouth.enable = false;
qt = {
enable = true;
platform = pkgs.lib.mkForce "qtct";
};
};
};
}