Fixed a few reasons config wasn't building.
This commit is contained in:
parent
ea100744d6
commit
261c104c87
|
|
@ -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 =
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue