remove extraneous hm nix entry

This commit is contained in:
Miranda Marquez 2024-03-26 20:48:25 -08:00
parent 26f9d6675b
commit 2de770fe5c

View File

@ -50,10 +50,6 @@ with lib.hm.gvariant;
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "23.05";
# nix = {
# package = pkgs.nix;
# settings.experimental-features = [ "nix-command" "flakes" ];
# };
# Let Home Manager install and manage itself.
programs.home-manager = {