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