fix fonts.packages
This commit is contained in:
parent
c864010843
commit
3c75acdc8c
@ -108,8 +108,7 @@ in {
|
||||
environment.memoryAllocator.provider = "libc";
|
||||
services.udisks2.enable = false;
|
||||
fonts.enableDefaultPackages = false;
|
||||
fonts.packages =
|
||||
[ (pkgs.nerdfonts.override { fonts = [ "FiraCode" "VictorMono" ]; }) ];
|
||||
fonts.packages = with pkgs; [ nerd-fonts.fira-code nerd-fonts.victor-mono ];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
|
@ -6,7 +6,8 @@ in
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
ibm-plex
|
||||
(nerdfonts.override { fonts = [ "FiraCode" "VictorMono" ]; })
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.victor-mono
|
||||
# Icons
|
||||
font-awesome
|
||||
material-icons
|
||||
|
Loading…
x
Reference in New Issue
Block a user