mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Fixed font configuration
This commit is contained in:
@@ -165,8 +165,6 @@
|
||||
xcp
|
||||
zellij
|
||||
zoxide
|
||||
monaspace
|
||||
nerdfonts
|
||||
brotli
|
||||
gcc
|
||||
gnumake
|
||||
@@ -263,5 +261,8 @@
|
||||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
fontconfig.defaultFonts.monospace = ["MonaspiceArNerdFontMono"];
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,20 +23,21 @@
|
||||
monospace = ["MonaspiceArNerdFontMono"];
|
||||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
liberation_ttf
|
||||
nerdfonts
|
||||
nerd-font-patcher
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
vistafonts
|
||||
winePackages.fonts
|
||||
];
|
||||
};
|
||||
|
||||
# Theming packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
# fonts
|
||||
corefonts
|
||||
liberation_ttf
|
||||
monaspace
|
||||
nerdfonts
|
||||
nerd-font-patcher
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
vistafonts
|
||||
winePackages.fonts
|
||||
# Cursor
|
||||
hyprcursor
|
||||
# QT
|
||||
|
||||
Reference in New Issue
Block a user