fix(niri): move xdg.mime from home to os

This commit is contained in:
2026-05-10 22:09:10 +02:00
parent 10bdff1835
commit 34ae00d94e
2 changed files with 32 additions and 23 deletions
-7
View File
@@ -46,11 +46,4 @@
enable = true;
settings.program_options.file_manager = "${pkgs.nautilus}/bin/nautilus";
};
xdg.mime = {
enable = true;
defaultApplications = {
"application/pdf" = "firefox.desktop";
};
};
}