This commit is contained in:
Annika Merris 2024-05-18 12:44:02 -04:00
parent bfba6682f6
commit c095c40fdc
2 changed files with 2 additions and 3 deletions

View file

@ -2,5 +2,5 @@
{ {
imports = [ imports = [
./hardware ./hardware
] ];
} }

View file

@ -1,7 +1,6 @@
{ lib, ... }: { lib, ... }:
{ {
imports = [
import = [
./boot.nix ./boot.nix
]; ];