From 261c104c871c4c3562038c1fe8f979b08f412fde Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 16 Jul 2025 21:16:49 -0400 Subject: [PATCH] Fixed a few reasons config wasn't building. --- hosts/randolph/configuration.nix | 3 +++ snippets/common_home.nix | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 0d5a7aa..ba8dd4f 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -39,6 +39,9 @@ # Enable unfree packages. nixpkgs.config.allowUnfree = true; + nixpkgs.config.permittedInsecurePackages = [ + "dotnet-runtime-7.0.20" + ]; networking.hostName = "randolph"; # Define your hostname. networking.networkmanager.enable = diff --git a/snippets/common_home.nix b/snippets/common_home.nix index 64997c1..a510a6c 100644 --- a/snippets/common_home.nix +++ b/snippets/common_home.nix @@ -55,8 +55,8 @@ # envs [ xdg-terminal-exec glib upower ] ++ (let - archivo = callPackage ../../pkgs/archivo/archivo.nix { }; - highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { }; + archivo = callPackage ../pkgs/archivo/archivo.nix { }; + highway-gothic = callPackage ../pkgs/highway-gothic/highway-gothic.nix { }; in [ noto-fonts inter