~ruther/nixos-config

9c53dab0ea74bfa467a803749f9646ea09827554 — Rutherther 1 year, 6 months ago ecaeae8
chore: udpate state version
2 files changed, 2 insertions(+), 2 deletions(-)

M hosts/home.nix
M nix/default.nix
M hosts/home.nix => hosts/home.nix +1 -1
@@ 146,7 146,7 @@
      package = pkgs.catppuccin-cursors.mochaDark;
      size = 16;
    };
    stateVersion = "22.05";
    stateVersion = "23.05";
  };

  programs = {

M nix/default.nix => nix/default.nix +1 -1
@@ 23,7 23,7 @@ in
          username = "${user}";
          homeDirectory = "/home/${user}";
          packages = [ pkgs.home-manager ];
          stateVersion = "22.05";
          stateVersion = "23.05";
        };
      }
    ];

Do not follow this link