add liberation ttf and set lix to edge packages since all others break rn

This commit is contained in:
Lillian Violet 2025-09-17 15:11:32 +02:00
parent 75f843903c
commit 41bc46e2ad
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
lib,
config,
pkgs,
pkgs-edge,
...
}: {
imports = [
@ -32,7 +33,7 @@
];
nix = {
package = pkgs.lix;
package = pkgs-edge.lix;
gc = {
automatic = true;
dates = "weekly";
@ -166,6 +167,7 @@
pkgs.noto-fonts
pkgs.nerd-fonts.fira-mono
pkgs.font-awesome
pkgs.liberation_ttf
];
fonts.fontconfig = {