Adding eww

This commit is contained in:
Miguel Palhas
2024-10-02 18:31:30 +01:00
parent 52dff5d699
commit a99c965d05
6 changed files with 452 additions and 34 deletions
+2 -2
View File
@@ -11,6 +11,7 @@
pkgs.obs-studio
pkgs.calibre
pkgs.gimp
pkgs.font-manager
# communication
pkgs.slack
@@ -21,7 +22,6 @@
pkgs.bruno
pkgs.bun
pkgs.fira-code
];
fonts = {
@@ -38,7 +38,7 @@
defaultFonts = {
serif = [ "Libertine" ];
sansSerif = [ "Ubuntu" ];
monospace = [ "FiraCode" ];
monospace = [ "FiraCode" "VictorMono" ];
};
};
};