diff --git a/users/price/home.nix b/users/price/home.nix index f150d20b..33c66b30 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -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";