refactor(hm/price): remove nixpkgs config
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s

This commit is contained in:
Price Hiller 2024-12-22 17:18:31 -06:00
parent d28d7f3bad
commit 446226f016
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -22,11 +22,6 @@ in
{
imports = (clib.recurseFilesInDirs [ ./conf ] ".nix");
programs.home-manager.enable = true;
nixpkgs = {
config = {
allowUnfree = true;
};
};
home = {
stateVersion = "24.11";
language.base = "en_US.UTF-8";