feat: mime types for qutebrowser

This commit is contained in:
Artur Manuel 2024-11-30 23:20:42 +00:00
commit 8f8efb90ee
7 changed files with 20 additions and 12 deletions

View file

@ -2,13 +2,13 @@
alqueva.fonts = {
names = {
sansSerif = ["Source Sans Pro"];
monospace = ["Source Code Pro"];
monospace = ["Commit Mono"];
serif = ["Source Serif Pro"];
emoji = ["OpenMoji Color"];
};
packages = {
sansSerif = [pkgs.source-sans-pro];
monospace = [pkgs.source-code-pro];
monospace = [pkgs.commit-mono];
serif = [pkgs.source-serif-pro];
emoji = [pkgs.openmoji-color];
extra = [