switch to KDE6
This commit is contained in:
parent
2641349614
commit
5313c6acbf
1 changed files with 4 additions and 3 deletions
|
@ -137,7 +137,7 @@ in {
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
dotool
|
dotool
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
plasma5Packages.thirdParty.lightly
|
#plasma5Packages.thirdParty.lightly
|
||||||
];
|
];
|
||||||
programs.gnupg.agent.pinentryFlavor = "qt";
|
programs.gnupg.agent.pinentryFlavor = "qt";
|
||||||
|
|
||||||
|
@ -154,8 +154,9 @@ in {
|
||||||
layout = "de";
|
layout = "de";
|
||||||
xkbVariant = "neo";
|
xkbVariant = "neo";
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
desktopManager.plasma5.enable = true;
|
displayManager.sddm.wayland.enable = true;
|
||||||
displayManager.defaultSession = "plasmawayland";
|
desktopManager.plasma6.enable = true;
|
||||||
|
displayManager.defaultSession = "plasma";
|
||||||
extraLayouts.zlr = {
|
extraLayouts.zlr = {
|
||||||
description = "lojban layout";
|
description = "lojban layout";
|
||||||
languages = ["jbo"];
|
languages = ["jbo"];
|
||||||
|
|
Loading…
Reference in a new issue