Skip to content

Commit 8840966

Browse files
eapolinarioclaude
andcommitted
feat(common): add Symbola font
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 528ce52 commit 8840966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/common/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
enableDefaultPackages = true;
3636
packages = with pkgs; [
3737
nerd-fonts.fira-code
38+
symbola
3839
];
3940
fontconfig.defaultFonts.monospace = [ "FiraCode Nerd Font Mono" ];
4041
};

0 commit comments

Comments
 (0)