fix(plasma): persist display output config
This commit is contained in:
parent
3b48e4be19
commit
ef4571b6f0
|
@ -21,6 +21,10 @@ in {
|
|||
{ passthrough.plasma = cfg; }
|
||||
];
|
||||
|
||||
users.home.persist.files = mkIf cfg.enable [
|
||||
".config/kwinoutputconfig.json"
|
||||
];
|
||||
|
||||
services.desktopManager.plasma6 = mkIf cfg.enable {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue