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

@ -260,6 +260,7 @@
modules = modules =
sharedModules sharedModules
++ [ ++ [
{_module.args = {inherit pkgs-edge;};}
./nixos/hosts/wheatley/configuration.nix ./nixos/hosts/wheatley/configuration.nix
]; ];
}; };

View file

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