diff options
Diffstat (limited to 'home-manager/modules/aesthetics/default.nix')
| -rw-r--r-- | home-manager/modules/aesthetics/default.nix | 2 |
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 { |
