feat: only use qt6.
This commit is contained in:
parent
c42f20879b
commit
ce84478c33
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
config = lib.mkIf config.crony.sddm.enable {
|
||||
environment.systemPackages = [
|
||||
(pkgs.where-is-my-sddm-theme.override {
|
||||
variants = ["qt6" "qt5"];
|
||||
variants = ["qt6"];
|
||||
themeConfig.General = {
|
||||
showSessionsByDefault = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue