Hermes/Fonts: Enable Fonts module and add cascadia-code

Since I've been using WSL2 for past few days, I have been using Windows
Terminal.

While it doesn't really hold a candle to Konsole, it is alright and comes with
Cascadia Code font by default. Over few days, I've come to like this font and
decided to try it out for Emacs within WSL.
This commit is contained in:
Payas Relekar 2022-06-02 09:17:57 +00:00
parent 95a868f981
commit ec43c4544e
2 changed files with 2 additions and 0 deletions

View file

@ -89,6 +89,7 @@
# Modules and module config
./modules/fish.nix
./modules/users.nix
./modules/fonts.nix
# agenix.nixosModules.age
# ./modules/agenix.nix
nixos-wsl.nixosModules.wsl

View file

@ -9,6 +9,7 @@
julia-mono
ibm-plex
jetbrains-mono
cascadia-code
];
fontconfig.defaultFonts = { monospace = [ "JetBrains Mono" ]; };
};