firefox & zathura always enabled

This commit is contained in:
Antoine Vaure 2024-12-22 19:40:24 +01:00
parent 5f23444535
commit 5b7097bbab

View file

@ -34,8 +34,8 @@
# ];
# };
programs.firefox.enable = (variant != "allegro");
programs.zathura.enable = (variant != "allegro");
programs.firefox.enable = true;
programs.zathura.enable = true;
xdg.mimeApps.defaultApplications = {
"WebBrowser" = "firefox.desktop";