https://bugs.kde.org/show_bug.cgi?id=464228

--- Comment #3 from tagwer...@innerjoin.org ---
(In reply to milahu from comment #0)
> CONTEXT
> related downstream issue:
> option request: services.baloo.enable
> https://github.com/NixOS/nixpkgs/issues/63489

(In reply to David Redondo from comment #1)
> kconfig properly respects the $XDG_DATA_DIRS hierachy. I.e. on most distros
> default config can be provided in /etc/xdg

This might be answering a different question (and I'm not deep into Nixos), but
this would create an /etc/xdg/baloofilerc file that disables baloo by default
if you have it in your configuration.nix

  environment.etc = {
    "xdg/baloofilerc" = {
      text = ''
        [Basic Settings]
        Indexing-Enabled=false
      '';
      mode = "0644";
    };
  };

Alas, don't know what you would do to do it with flakes...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to