home: firefox: add MIME associations
This commit is contained in:
parent
b283d6eed3
commit
6cb5fe9893
1 changed files with 4 additions and 0 deletions
|
|
@ -79,4 +79,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
config.my.home.xdg.mime-apps = lib.mkIf cfg.enable {
|
||||||
|
applications.editor = [ "firefox.desktop" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue