enhancement/37 #44

Merged
wi11-holdsworth merged 6 commits from enhancement/37 into main 2025-10-22 17:29:31 +11:00
3 changed files with 8 additions and 5 deletions
Showing only changes of commit 8f4defe84b - Show all commits

View file

@ -13,8 +13,7 @@
"localisation"
"network"
"nh"
"nix-settings"
"nixpkgs"
"nix"
"nixvim"
"syncthing"
"systemd-boot"

View file

@ -1,4 +1,11 @@
{
lib,
...
}:
{
# allow packages with non-free licenses
nixpkgs.config.allowUnfree = true;
nix = {
gc = {
automatic = true;

View file

@ -1,3 +0,0 @@
{
nixpkgs.config.allowUnfree = true;
}