From 80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 31 Dec 2025 01:17:49 -0500 Subject: doing some linting --- hosts/thinkpad/default.nix | 2 +- hosts/thinkpad/hardware.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/thinkpad') diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 3d537c7..09a7bc9 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -1,6 +1,6 @@ # Thinkpad #System configuration for my thinkpad -{...}: { +_: { imports = [ ./hardware.nix ./sops.nix diff --git a/hosts/thinkpad/hardware.nix b/hosts/thinkpad/hardware.nix index 95f9ffd..109f6c0 100644 --- a/hosts/thinkpad/hardware.nix +++ b/hosts/thinkpad/hardware.nix @@ -1,4 +1,4 @@ -{...}: { +_: { # bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi = { -- cgit v1.2.3-freya