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