diff --git a/hosts/modules/gui/sxmo.nix b/hosts/modules/gui/sxmo.nix index 44465b05d..114e11020 100644 --- a/hosts/modules/gui/sxmo.nix +++ b/hosts/modules/gui/sxmo.nix @@ -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