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