From d5199779a6af8ea3a08161e7b0dc8395c8cf4846 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 22 Jan 2026 14:57:00 +0900 Subject: [PATCH] base: disable fontconfig by default --- base/default.nix | 2 ++ hosts/brzeczyszczykiewicz/configuration.nix | 2 ++ hosts/georg/configuration.nix | 1 + 3 files changed, 5 insertions(+) diff --git a/base/default.nix b/base/default.nix index ccd2c47..be9c26f 100644 --- a/base/default.nix +++ b/base/default.nix @@ -92,6 +92,8 @@ AllowHibernation=no ''; + fonts.fontconfig.enable = lib.mkDefault false; + users.mutableUsers = lib.mkDefault false; users.groups."drift".name = "drift"; diff --git a/hosts/brzeczyszczykiewicz/configuration.nix b/hosts/brzeczyszczykiewicz/configuration.nix index 89ee3b6..954e674 100644 --- a/hosts/brzeczyszczykiewicz/configuration.nix +++ b/hosts/brzeczyszczykiewicz/configuration.nix @@ -22,6 +22,8 @@ environment.systemPackages = with pkgs; [ ]; + fonts.fontconfig.enable = true; + # List services that you want to enable: # This value determines the NixOS release from which the default diff --git a/hosts/georg/configuration.nix b/hosts/georg/configuration.nix index 2f9f664..2316a71 100644 --- a/hosts/georg/configuration.nix +++ b/hosts/georg/configuration.nix @@ -42,6 +42,7 @@ ]; + fonts.fontconfig.enable = true; # This value determines the NixOS release from which the default