Fix spacing and change home-manager to 23.11 to match the OS

This commit is contained in:
Aaron Honeycutt 2024-01-18 07:48:25 -07:00
parent f47dfd0be2
commit 9269e0e576

View file

@ -8,7 +8,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list where available
};
};