10 lines
74 B
Nix
10 lines
74 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
home = {
|
|
stateVersion = "23.11";
|
|
};
|
|
}
|