fix(plasma): persist display output config

This commit is contained in:
514fpv 2024-05-14 11:26:39 +08:00
parent 3b48e4be19
commit ef4571b6f0
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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;
};