home(plasma): persist display output config

This commit is contained in:
514fpv 2024-05-14 11:26:39 +08:00
parent e9ac25ad18
commit 02c46ca815
Signed by: koishi
SSH key fingerprint: SHA256:teGH/whc7knUnrVql01pPBpPm+hBiTAJaR57j2Jg0gs

View file

@ -21,6 +21,10 @@ in {
{ passthrough.plasma = cfg; } { passthrough.plasma = cfg; }
]; ];
users.home.persist.files = mkIf cfg.enable [
".config/kwinoutputconfig.json"
];
services.desktopManager.plasma6 = mkIf cfg.enable { services.desktopManager.plasma6 = mkIf cfg.enable {
enable = true; enable = true;
}; };