i probably fixed gtk idk

This commit is contained in:
TheCrazyInsanity
2026-04-14 08:33:27 -04:00
parent 302a4fe136
commit 497a318d0b
3 changed files with 41 additions and 6 deletions

View File

@@ -234,6 +234,14 @@
trilium-desktop
];
fonts.packages = with pkgs; [
twitter-color-emoji
];
fonts.fontconfig.defaultFonts = {
emoji = [ "Twitter Color Emoji" ];
};
services.usbmuxd = {
enable = true;
package = pkgs.usbmuxd2;