remove nixpkgs for home-manager

This commit is contained in:
Aaron Honeycutt 2025-02-20 19:58:24 +00:00
parent af41e3b52a
commit 8ae385744f

View file

@ -6,10 +6,6 @@
home.homeDirectory = "/home/aaronh";
home.stateVersion = "24.05";
nixpkgs.config = {
allowUnfree = true;
};
home.packages = with pkgs; [
bat
bottom