feat: mime types for qutebrowser
This commit is contained in:
parent
b03c70b486
commit
8f8efb90ee
7 changed files with 20 additions and 12 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue