nixos-config/templates/sample-nixos-template/hosts/desktop/default.nix

6 lines
66 B
Nix
Raw Normal View History

2023-05-24 10:54:07 +00:00
{ config, lib, pkgs, ... }:
{
system.stateVersion = "23.05";
}