This commit is contained in:
parent
604e19a794
commit
1cfe62e4a7
1 changed files with 12 additions and 0 deletions
|
@ -661,11 +661,23 @@
|
||||||
printing
|
printing
|
||||||
music-consumption
|
music-consumption
|
||||||
kde-connect
|
kde-connect
|
||||||
|
plasma6
|
||||||
video-tools
|
video-tools
|
||||||
radio-tools
|
radio-tools
|
||||||
android-dev
|
android-dev
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.displayManager.sddm = {
|
||||||
|
enable = true;
|
||||||
|
package = lib.mkForce pkgs.kdePackages.sddm;
|
||||||
|
settings = {};
|
||||||
|
# theme = "";
|
||||||
|
wayland = {
|
||||||
|
enable = true;
|
||||||
|
compositor = "weston";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
|
||||||
hardware =
|
hardware =
|
||||||
|
|
Loading…
Reference in a new issue