diff options
Diffstat (limited to 'home/rices/finals/home.nix')
| -rw-r--r-- | home/rices/finals/home.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/rices/finals/home.nix b/home/rices/finals/home.nix index e2c0834..74473f9 100644 --- a/home/rices/finals/home.nix +++ b/home/rices/finals/home.nix @@ -14,6 +14,7 @@ home.packages = with pkgs; [ hyprpicker + bemoji xwayland-satellite ]; @@ -21,4 +22,14 @@ enable = true; enableSshSupport = true; }; + + fonts.fontconfig = { + enable = true; + defaultFonts = { + emoji = ["Noto Color Emoji"]; + monospace = []; + sansSerif = ["Inter"]; + serif = []; + }; + }; } |
