ops/nixos/porcorosso: oh, I'm supposed to use fonts.fonts
This commit is contained in:
parent
e3b0cbce16
commit
3af02e4d98
1 changed files with 3 additions and 1 deletions
|
@ -96,6 +96,9 @@ in {
|
|||
systemctl reboot
|
||||
'')
|
||||
];
|
||||
fonts.fonts = with pkgs; [
|
||||
iosevka
|
||||
];
|
||||
|
||||
#hardware.nvidia.prime.offload.enable = true;
|
||||
#hardware.nvidia.prime = {
|
||||
|
@ -159,7 +162,6 @@ in {
|
|||
efibootmgr
|
||||
git
|
||||
graphicsmagick-imagemagick-compat
|
||||
iosevka
|
||||
iotop
|
||||
iw
|
||||
pavucontrol
|
||||
|
|
Loading…
Reference in a new issue