Hardware setup of lenovo laptop

This commit is contained in:
outfoxxed 2023-06-21 03:52:24 -07:00
parent 741eb1d5ce
commit 30184feda2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 49 additions and 4 deletions

5
systems/lenovo/default.nix Executable file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
imports = [ ./hardware.nix ];
system.stateVersion = "23.11";
networking.hostName = "lenovo";
}