update hardware file imports to be consistent
This commit is contained in:
parent
e85a8e341e
commit
3c05d62e45
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
modules = {
|
||||
themes = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
modules = {
|
||||
themes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue