From 40a69747aa6f8d8540899701ec94f8238a20ede2 Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 3 Dec 2025 09:23:28 -0500 Subject: home-manager: added kitty feature --- home-manager/modules/aesthetics/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/modules/aesthetics/default.nix') diff --git a/home-manager/modules/aesthetics/default.nix b/home-manager/modules/aesthetics/default.nix index c49a198..8e16ad6 100644 --- a/home-manager/modules/aesthetics/default.nix +++ b/home-manager/modules/aesthetics/default.nix @@ -34,7 +34,7 @@ in { font = { name = lib.mkOption { type = lib.types.str; - default = "CodeNewRoman Nerd Font"; + default = "CodeNewRoman Nerd Font Mono"; description = "The font to use."; }; package = lib.mkOption { -- cgit v1.2.3