nixos-config/config/options.nix
2025-07-17 23:39:35 +02:00

7 lines
68 B
Nix

{...}:
let
stateVersion = "25.05";
in {
inherit stateVersion;
}