updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-29 02:29:09 -08:00
parent 8151a99d9e
commit 6987a2c585

View file

@ -27,6 +27,10 @@
# release notes.
home.stateVersion = "23.05"; # Please read the comment before changing.
nixpkgs.config = {
allowUnfree = true;
};
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [