chore: include local changes and bump home-manager state to 26.05
This commit is contained in:
@@ -53,7 +53,4 @@
|
||||
};
|
||||
};
|
||||
colorScheme = inputs.nix-colors.colorSchemes.dracula;
|
||||
|
||||
# Explicitly set new HM 26.05 default to silence legacy warning on older stateVersion.
|
||||
programs.neovim.withRuby = lib.mkDefault false;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# You should not change this value, even if you update Home Manager. If you do
|
||||
# want to update the value, then make sure to first check the Home Manager
|
||||
# release notes.
|
||||
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||
home.stateVersion = "26.05"; # Updated to adopt HM 26.05 defaults.
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# You should not change this value, even if you update Home Manager. If you do
|
||||
# want to update the value, then make sure to first check the Home Manager
|
||||
# release notes.
|
||||
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||
home.stateVersion = "26.05"; # Updated to adopt HM 26.05 defaults.
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
|
||||
Reference in New Issue
Block a user