WIP: add XDG MIME associations
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent 4c48af12e6
commit d7f3695132
7 changed files with 35 additions and 0 deletions

View file

@ -20,4 +20,8 @@ in
'';
};
};
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
applications.editor = [ "himalaya.desktop" ]; # FIXME: doesn't exist
};
}