profiles/gui: Font config + twemoji

This commit is contained in:
kat witch 2021-05-22 21:09:28 +01:00
parent 12605094e2
commit aac1c3a8a0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 12 additions and 2 deletions

View file

@ -1,7 +1,9 @@
{ ... }:
{ config, ... }:
{
deploy.profile.gui = true;
imports = [ ./firefox ./kitty.nix ./packages.nix ./weechat.nix ./gtk.nix ];
fonts.fontconfig.enable = true;
}