switched to unstable branch, fixed fonts

This commit is contained in:
2024-12-13 16:01:54 -05:00
parent c6ea3c370f
commit 92e4ded24e
5 changed files with 14 additions and 14 deletions

View File

@@ -7,9 +7,9 @@
fonts.fontconfig.enable = true;
home.packages = with pkgs;
[
(nerdfonts.override {
fonts = [ "JetBrainsMono" "CascadiaCode" "NerdFontsSymbolsOnly" ];
})
nerd-fonts.jetbrains-mono
nerd-fonts.symbols-only
cascadia-code
];
gtk = {