mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 14:43:59 +05:30
7 lines
65 B
Nix
7 lines
65 B
Nix
{ ... }:
|
|
|
|
{
|
|
config = {
|
|
home.stateVersion = "22.11";
|
|
};
|
|
}
|