mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 03:20:20 +00:00
11 lines
128 B
Nix
11 lines
128 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: let
|
|
inherit (lib.modules) mkDefault;
|
|
in {
|
|
system = {
|
|
stateVersion = mkDefault "25.05";
|
|
};
|
|
}
|