config/systems/desktop/nixos.nix
2024-09-29 16:42:01 +01:00

7 lines
107 B
Nix

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