25.11: Upgrade stateVersion
But nothing changed.
This commit is contained in:
parent
b170a1581d
commit
ce4f3724ee
2 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@
|
||||||
translate-shell.enable = true; # TODO Cool config?
|
translate-shell.enable = true; # TODO Cool config?
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "25.05";
|
stateVersion = "25.11";
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,6 @@
|
||||||
# TODO Hibernation?
|
# TODO Hibernation?
|
||||||
|
|
||||||
# Use defaults from
|
# Use defaults from
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.11";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue