nix-config/home/xdg.nix

13 lines
156 B
Nix
Raw Normal View History

2021-02-21 20:30:21 +01:00
{ ... }:
{
xdg = {
enable = true;
# File types
mime.enable = true;
# File associatons
mimeApps = {
enable = true;
};
};
}