diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-24 17:33:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-24 17:33:01 -0700 |
commit | dbf97389dd3f7d84fe617eaedcf6ad1679146cd8 (patch) | |
tree | 48f2b59902034031fe1f405a6a6605eeb2356f7f /modules/system | |
parent | ref(tools/mpd-stats): delete the project (diff) | |
download | world-dbf97389dd3f7d84fe617eaedcf6ad1679146cd8.tar.gz |
feat(system/fonts): add cascadia
Diffstat (limited to '')
-rw-r--r-- | modules/system/fonts/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/fonts/default.nix b/modules/system/fonts/default.nix index 71a7fdb..ab5117d 100644 --- a/modules/system/fonts/default.nix +++ b/modules/system/fonts/default.nix @@ -22,6 +22,7 @@ in source-code-pro source-sans-pro source-serif-pro + cascadia-code ]; fontconfig.defaultFonts = { monospace = [ "Source Code Pro" ]; }; |