From 74fd529df18af91d78619445c7aee9a880eb2d19 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 01:47:35 +0200 Subject: [PATCH] feat: add carefonts to allowed software --- hosts/hitsugibune/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index d90e62c..68062f1 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -19,6 +19,10 @@ in { networking.hostName = "hitsugibune"; time.timeZone = "Europe/Vienna"; + nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + "corefonts" + ]; + environment.systemPackages = with pkgs; [ vim wget