From 41bc46e2ad9a70d4644128d1b0d90be087ed4feb Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 17 Sep 2025 15:11:32 +0200 Subject: [PATCH] add liberation ttf and set lix to edge packages since all others break rn --- flake.nix | 1 + nixos/shared/default.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 102f217..4421b8d 100644 --- a/flake.nix +++ b/flake.nix @@ -260,6 +260,7 @@ modules = sharedModules ++ [ + {_module.args = {inherit pkgs-edge;};} ./nixos/hosts/wheatley/configuration.nix ]; }; diff --git a/nixos/shared/default.nix b/nixos/shared/default.nix index faedbcc..82dfd29 100644 --- a/nixos/shared/default.nix +++ b/nixos/shared/default.nix @@ -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 = {