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
|
systemctl reboot
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
iosevka
|
||||||
|
];
|
||||||
|
|
||||||
#hardware.nvidia.prime.offload.enable = true;
|
#hardware.nvidia.prime.offload.enable = true;
|
||||||
#hardware.nvidia.prime = {
|
#hardware.nvidia.prime = {
|
||||||
|
@ -159,7 +162,6 @@ in {
|
||||||
efibootmgr
|
efibootmgr
|
||||||
git
|
git
|
||||||
graphicsmagick-imagemagick-compat
|
graphicsmagick-imagemagick-compat
|
||||||
iosevka
|
|
||||||
iotop
|
iotop
|
||||||
iw
|
iw
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
Loading…
Reference in a new issue