WIP: home: xdg: add 'mime-apps'
This commit is contained in:
parent
2a515754a2
commit
df2f58ca8a
2 changed files with 191 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue