From 3c05d62e45429eb8aa11c409a5e8afed0c755758 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sun, 9 Mar 2025 12:18:09 +0100 Subject: [PATCH] update hardware file imports to be consistent --- hosts/chris-laptop/default.nix | 2 +- hosts/mam-laptop/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/chris-laptop/default.nix b/hosts/chris-laptop/default.nix index 8c6dd5d..7e4b5e9 100644 --- a/hosts/chris-laptop/default.nix +++ b/hosts/chris-laptop/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ ./hardware.nix ]; modules = { themes = { diff --git a/hosts/mam-laptop/default.nix b/hosts/mam-laptop/default.nix index ef185b3..aeb295b 100644 --- a/hosts/mam-laptop/default.nix +++ b/hosts/mam-laptop/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ ./hardware.nix ]; modules = { themes = {