fix zip files not using file-roller
This commit is contained in:
parent
e08aa5df7d
commit
8c831072e8
1 changed files with 5 additions and 0 deletions
|
@ -52,4 +52,9 @@ in {
|
|||
programs.git.enable = true;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
};
|
||||
xdg.mime = {
|
||||
defaultApplications = {
|
||||
"applications/zip" = "org.gnome.FileRoller.desktop";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue