fix the kde problem
This commit is contained in:
parent
24c84f64ae
commit
a7ec174d5c
3 changed files with 16 additions and 11 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue