11 lines
109 B
Nix
11 lines
109 B
Nix
_: {
|
|
xdg = {
|
|
mime = {
|
|
enable = true;
|
|
};
|
|
|
|
mimeApps = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|