ops/nixos/porcorosso: enable fontconfig-penultimate
This commit is contained in:
parent
3af02e4d98
commit
ee46deed22
1 changed files with 6 additions and 3 deletions
|
@ -96,9 +96,12 @@ in {
|
|||
systemctl reboot
|
||||
'')
|
||||
];
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
iosevka
|
||||
];
|
||||
fontconfig.penultimate.enable = true;
|
||||
};
|
||||
|
||||
#hardware.nvidia.prime.offload.enable = true;
|
||||
#hardware.nvidia.prime = {
|
||||
|
|
Loading…
Reference in a new issue