WIP: home: xdg: add 'mime-apps'

This commit is contained in:
Bruno BELANYI 2025-01-30 22:48:46 +00:00
parent 2a515754a2
commit df2f58ca8a
2 changed files with 191 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";
};