nixos-config/modules/user/homeversion/default.nix

5 lines
44 B
Nix
Raw Normal View History

2024-08-13 19:56:30 +02:00
{ ... }:
{
2024-10-03 15:19:38 +02:00
home.stateVersion = "24.11";
2024-08-13 19:56:30 +02:00
}