NixFiles/systems/desktop/nixos.nix
2023-03-29 06:58:29 +01:00

7 lines
115 B
Nix

{ config, lib, ... }:
{
system.stateVersion = "22.05";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}