fixed myputer using nerdfonts not nerd-fonts
This commit is contained in:
parent
e4bfdad61b
commit
9896d98154
2 changed files with 22 additions and 22 deletions
|
|
@ -346,9 +346,8 @@ in {
|
||||||
# "JetBrainsMono"
|
# "JetBrainsMono"
|
||||||
# ];
|
# ];
|
||||||
# })
|
# })
|
||||||
# nerdfonts
|
|
||||||
geist-font # for my hyprlock theme
|
|
||||||
|
|
||||||
|
geist-font # for my hyprlock theme
|
||||||
# texlive maintains a noto-emoji flake
|
# texlive maintains a noto-emoji flake
|
||||||
texlivePackages.noto-emoji
|
texlivePackages.noto-emoji
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -367,27 +367,28 @@ in {
|
||||||
# ----- FONTS -----
|
# ----- FONTS -----
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultPackages = true; # no clue what this line does tbh
|
enableDefaultPackages = true; # no clue what this line does tbh
|
||||||
packages = with pkgs; [
|
packages = with pkgs;
|
||||||
/*
|
[
|
||||||
(nerdfonts.override {
|
# (nerdfonts.override {
|
||||||
fonts = [
|
# fonts = [
|
||||||
"Cousine" # its already i guess
|
# "Cousine" # its ok i guess
|
||||||
"Iosevka" # nah nah
|
# "Iosevka" # nah nah
|
||||||
"IosevkaTerm" # big nah
|
# "IosevkaTerm" # big nah
|
||||||
"CascadiaCode" # potential
|
# "CascadiaCode" # potential
|
||||||
"FiraCode" # potential
|
# "FiraCode" # potential
|
||||||
"JetBrainsMono" # for my rofi theme
|
# "JetBrainsMono" # for my rofi theme
|
||||||
"Hasklig"
|
# "Hasklig"
|
||||||
"Hack"
|
# "Hack"
|
||||||
];
|
# ];
|
||||||
})
|
# })
|
||||||
*/
|
|
||||||
nerdfonts
|
|
||||||
geist-font # for my hyprlock theme
|
|
||||||
|
|
||||||
# texlive maintains a noto-emoji flake
|
geist-font # for my hyprlock theme
|
||||||
texlivePackages.noto-emoji
|
# texlive maintains a noto-emoji flake
|
||||||
];
|
texlivePackages.noto-emoji
|
||||||
|
]
|
||||||
|
++ builtins.filter lib.attrsets.isDerivation (
|
||||||
|
builtins.attrValues pkgs.nerd-fonts
|
||||||
|
);
|
||||||
|
|
||||||
# TODO: change my default fonts
|
# TODO: change my default fonts
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue