nixos-config/modules/user/nix/default.nix
2025-10-26 11:17:06 -05:00

7 lines
65 B
Nix

{ ... }:
{
config = {
home.stateVersion = "22.11";
};
}