From d205faad6e736d172802aa4886aa4f33dea0426d Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:26:15 +0200 Subject: [PATCH] packages: add ttfautohint --- hosts/thegeneralist/configuration.nix | 1 - modules/common/packages.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thegeneralist/configuration.nix b/hosts/thegeneralist/configuration.nix index 7f41f71..7d8d3b1 100644 --- a/hosts/thegeneralist/configuration.nix +++ b/hosts/thegeneralist/configuration.nix @@ -18,7 +18,6 @@ in [ thegeneralist ]; }; - programs.home-manager.enable = true; home-manager = { backupFileExtension = "home.bak"; extraSpecialArgs = { inherit inputs; }; diff --git a/modules/common/packages.nix b/modules/common/packages.nix index 7fa3b8f..9f9ba54 100644 --- a/modules/common/packages.nix +++ b/modules/common/packages.nix @@ -28,6 +28,7 @@ in { tree gnupg btop + ttfautohint pciutils usbutils