Update stateVersion
This commit is contained in:
parent
a70cb66771
commit
d844dd1b2b
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@
|
||||||
translate-shell.enable = true; # TODO Cool config?
|
translate-shell.enable = true; # TODO Cool config?
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.11";
|
stateVersion = "25.05";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Terminal utils
|
# Terminal utils
|
||||||
# coreutils-full # Disabled because conflicts with nix-on-droid
|
# coreutils-full # Disabled because conflicts with nix-on-droid
|
||||||
|
|
|
@ -101,6 +101,6 @@
|
||||||
# TODO Hibernation?
|
# TODO Hibernation?
|
||||||
|
|
||||||
# Use defaults from
|
# Use defaults from
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "25.05";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue