Fixed a few reasons config wasn't building.

This commit is contained in:
vorboyvo 2025-07-16 21:16:49 -04:00
parent ea100744d6
commit 261c104c87
2 changed files with 5 additions and 2 deletions

View file

@ -39,6 +39,9 @@
# Enable unfree packages. # Enable unfree packages.
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"dotnet-runtime-7.0.20"
];
networking.hostName = "randolph"; # Define your hostname. networking.hostName = "randolph"; # Define your hostname.
networking.networkmanager.enable = networking.networkmanager.enable =

View file

@ -55,8 +55,8 @@
# envs # envs
[ xdg-terminal-exec glib upower ] ++ [ xdg-terminal-exec glib upower ] ++
(let (let
archivo = callPackage ../../pkgs/archivo/archivo.nix { }; archivo = callPackage ../pkgs/archivo/archivo.nix { };
highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { }; highway-gothic = callPackage ../pkgs/highway-gothic/highway-gothic.nix { };
in [ in [
noto-fonts noto-fonts
inter inter