zathura ans firefox not in allegro

This commit is contained in:
Antoine Vaure 2024-10-21 01:13:08 +02:00
parent 536b416619
commit e409069b14

View file

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