sxmo: use ~/.config/sxmo/profile instead of system environment, for settings
This commit is contained in:
@@ -189,9 +189,10 @@ in
|
|||||||
# TODO: only need the share/sxmo directly linked
|
# TODO: only need the share/sxmo directly linked
|
||||||
"${cfg.package}/share"
|
"${cfg.package}/share"
|
||||||
];
|
];
|
||||||
} // cfg.settings;
|
};
|
||||||
|
|
||||||
sane.user.fs.".cache/sxmo/sxmo.noidle" = lib.mkIf cfg.noidle (sane-lib.fs.wantedText "");
|
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
|
## greeter
|
||||||
|
Reference in New Issue
Block a user