sxmo: use ~/.config/sxmo/profile instead of system environment, for settings

This commit is contained in:
2023-07-10 06:08:17 +00:00
parent c44756874a
commit 069f7b4616

View File

@@ -189,9 +189,10 @@ in
# TODO: only need the share/sxmo directly linked
"${cfg.package}/share"
];
} // cfg.settings;
};
sane.user.fs.".cache/sxmo/sxmo.noidle" = lib.mkIf cfg.noidle (sane-lib.fs.wantedText "");
sane.user.fs.".config/sxmo/profile".symlink.text = lib.generators.toKeyValue {} cfg.settings;
## greeter