solterra(apps): replace dunst with mako

This commit is contained in:
Artur Manuel 2025-03-28 00:19:18 +00:00
commit 6004b4eac5
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 72 additions and 592 deletions

View file

@ -3,13 +3,13 @@
alqueva.system.fonts = {
names = {
sansSerif = [ "Inter" ];
monospace = [ "Maple Mono" ];
monospace = [ "Maple Mono NL" ];
serif = [ "Merriweather" ];
emoji = [ "Twitter Color Emoji" ];
};
packages = {
sansSerif = [ pkgs.inter ];
monospace = [ pkgs.maple-mono ];
monospace = [ pkgs.maple-mono.NL-TTF ];
serif = [ pkgs.merriweather ];
emoji = [ pkgs.twitter-color-emoji ];
extra = [