diff --git a/home/base.nix b/home/base.nix index 3a698a3..c23b4f2 100644 --- a/home/base.nix +++ b/home/base.nix @@ -5,11 +5,9 @@ ./fish.nix ]; - # Home Manager needs a bit of information about you and the paths it should - # manage. + nix.package = pkgs.nixVersions.latest; home.homeDirectory = "/home/${config.home.username}"; - home.stateVersion = "23.05"; # Please read the comment before changing. home.packages = with pkgs; [