update hardware file imports to be consistent

This commit is contained in:
Chris Kruining 2025-03-09 12:18:09 +01:00
parent e85a8e341e
commit 3c05d62e45
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware.nix ];
modules = { modules = {
themes = { themes = {

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [ ./hardware-configuration.nix ]; imports = [ ./hardware.nix ];
modules = { modules = {
themes = { themes = {