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