mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
2662de52d4
commit
34b4c3cf1b
2 changed files with 11 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
};
|
||||
rofi = {
|
||||
enable = true;
|
||||
font = "GohuFont 14";
|
||||
font = "Fira Code Light 11";
|
||||
terminal = "${pkgs.kitty}/bin/kitty";
|
||||
};
|
||||
vscode = {
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue