1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

massive stylix update

This commit is contained in:
andrey_varnavskiy
2024-12-16 04:44:08 +05:00
parent da39b799ec
commit e29e9890cb
7 changed files with 65 additions and 106 deletions

View File

@@ -65,14 +65,15 @@
home-manager
];
fonts.packages = with pkgs; [
jetbrains-mono
noto-fonts
noto-fonts-emoji
twemoji-color-font
font-awesome
powerline-fonts
powerline-symbols
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
];
# Moved to home-manager/modules/stylix.nix
# fonts.packages = with pkgs; [
# jetbrains-mono
# noto-fonts
# noto-fonts-emoji
# twemoji-color-font
# font-awesome
# powerline-fonts
# powerline-symbols
# (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
# ];
}