diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 19:37:49 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 19:51:09 -0400 |
| commit | 37b014982cad97b0813d04e310cc8df5ec1ad5b6 (patch) | |
| tree | 186f5614a4132686820e56870dd06f4d2cb24c85 /hosts/thinkpad | |
| parent | add plymouth as a splash screen (diff) | |
| download | dotfiles-nix-37b014982cad97b0813d04e310cc8df5ec1ad5b6.tar.gz dotfiles-nix-37b014982cad97b0813d04e310cc8df5ec1ad5b6.tar.bz2 dotfiles-nix-37b014982cad97b0813d04e310cc8df5ec1ad5b6.zip | |
more refactoring
Diffstat (limited to 'hosts/thinkpad')
| -rw-r--r-- | hosts/thinkpad/hardware.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/thinkpad/hardware.nix b/hosts/thinkpad/hardware.nix index adc160b..9d58333 100644 --- a/hosts/thinkpad/hardware.nix +++ b/hosts/thinkpad/hardware.nix @@ -1,7 +1,4 @@ -{ - inputs, - ... -}: { +{inputs, ...}: { # external defaults imports = [ inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-7th-gen |