2
0
Fork 0
forked from pub-solar/os

nix: remove unneeded home-manager unfree option,

we already use a global option
This commit is contained in:
teutat3s 2025-03-05 08:55:53 +01:00
parent f8532074ed
commit c9d36e049a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -42,8 +42,5 @@ in
'';
target = "nvim/templates/shell.nix.tmpl";
};
# Allow unfree packages only on a user basis, not on a system-wide basis
xdg.configFile."nixpkgs/config.nix".text = " { allowUnfree = true; } ";
};
}