refactor(hm/price): remove nixpkgs config
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-12-22 17:18:31 -06:00
parent 7ca043bf5f
commit 29cd1e771b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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