nixnew/systems/lenovo/default.nix

6 lines
118 B
Nix
Raw Normal View History

2023-06-21 10:52:24 +00:00
{ pkgs, ... }: {
imports = [ ./hardware.nix ];
system.stateVersion = "23.11";
networking.hostName = "lenovo";
}