feat: use kwin for sddm compositor
This commit is contained in:
parent
41d49d13f1
commit
e96f4230a9
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@
|
|||
];
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
theme = "where_is_my_sddm_theme";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue