mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(niri): set pdf viewer to firefox
This commit is contained in:
@@ -47,4 +47,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings.program_options.file_manager = "${pkgs.nautilus}/bin/nautilus";
|
settings.program_options.file_manager = "${pkgs.nautilus}/bin/nautilus";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.mime = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"application/pdf" = "firefox.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user