Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3

This commit is contained in:
2026-04-19 18:27:17 -04:00
9 changed files with 780 additions and 12 deletions

View File

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