summaryrefslogtreecommitdiff
path: root/home-manager/modules/aesthetics/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-12-03 09:23:28 -0500
committertriethyl <triethylammonium@pm.me>2025-12-03 09:23:28 -0500
commit40a69747aa6f8d8540899701ec94f8238a20ede2 (patch)
tree5e236adc057e44ab69f1e12e16660d60bfbf9c95 /home-manager/modules/aesthetics/default.nix
parent3fbf24ae03f16d937e067a651b9fb306a59d8530 (diff)
home-manager: added kitty feature
Diffstat (limited to 'home-manager/modules/aesthetics/default.nix')
-rw-r--r--home-manager/modules/aesthetics/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {