1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2024-12-29 23:25:46 -05:00
parent 2662de52d4
commit 34b4c3cf1b
2 changed files with 11 additions and 3 deletions

View file

@ -44,7 +44,7 @@
};
rofi = {
enable = true;
font = "GohuFont 14";
font = "Fira Code Light 11";
terminal = "${pkgs.kitty}/bin/kitty";
};
vscode = {

View file

@ -74,12 +74,20 @@
fonts = {
enableDefaultPackages = true;
fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "Fira Code Light" ];
};
subpixel.rgba = "rgb";
};
packages = with pkgs; [
fira-code
gohufont
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
fira-code
gohufont
twemoji-color-font
];
};