5 lines
52 B
Nix
5 lines
52 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
home.stateVersion = "22.05";
|
||
|
}
|