feat(dekstop): noto-color-emoji

This commit is contained in:
Pavel Korytov 2023-05-31 17:30:42 +03:00
parent a09156f801
commit b25b43bd2b
3 changed files with 53 additions and 28 deletions

View file

@ -1,22 +1,45 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<!--match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit binding="strong" name="family" mode="assign">
<string>DejaVu Sans Mono</string>
</edit>
</match>
<match target="pattern">
</match-->
<!--match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit binding="strong" name="family" mode="assign">
<string>DejaVu Sans</string>
</edit>
</match>
</match-->
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
<family>DejaVu Sans</family>
</prefer>
</alias>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
<family>DejaVu Serif</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
<family>DejaVu Sans Mono</family>
</prefer>
</alias>
<!--alias>
<family>monospace</family>
<prefer>

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"font-google-noto-emoji"
"telegram-desktop"
"bluez"
"xev"

View file

@ -3720,7 +3720,7 @@ Run services
Other desktop programs I use are listed below.
| Category | Guix dependency | Description |
|--------------+------------------------+-------------------------------------------|
|--------------+-------------------------+-------------------------------------------|
| desktop-misc | xprop | Tool to display properties of X windows |
| desktop-misc | arandr | GUI to xrandr |
| desktop-misc | light | Control screen brightness |
@ -3743,6 +3743,7 @@ Other desktop programs I use are listed below.
| desktop-misc | xev | Test input |
| desktop-misc | bluez | Provides bluetoothctl |
| desktop-misc | telegram-desktop | |
| desktop-misc | font-google-noto-emoji | |
#+NAME: packages
#+begin_src emacs-lisp :tangle no