5 lines
87 B
Nix
5 lines
87 B
Nix
{pkgs, ...}: {
|
|
system.stateVersion = "25.05";
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|