WIP: home: xdg: add 'mime-apps'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-01-30 22:48:46 +00:00
parent 2155e49a56
commit 07f8baac89
2 changed files with 190 additions and 0 deletions

View file

@ -3,6 +3,10 @@ let
cfg = config.my.home.xdg;
in
{
imports = [
./mime-apps.nix
];
options.my.home.xdg = with lib; {
enable = my.mkDisableOption "XDG configuration";
};