miku: Enable Plasma
This commit is contained in:
@@ -17,11 +17,19 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
security.pam.services = {
|
||||
login.enableKwallet = true;
|
||||
greetd.enableKwallet = true;
|
||||
};
|
||||
services.xserver = {
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
};
|
||||
desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
runUsingSystemd = true;
|
||||
supportDDC = true;
|
||||
#runUsingSystemd = true;
|
||||
#supportDDC = true;
|
||||
mobile.enable = cfg.mobile.enable;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user