solterra(apps): replace dunst with mako
This commit is contained in:
parent
6420ebef60
commit
6004b4eac5
11 changed files with 72 additions and 592 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue