This commit is contained in:
Daylin Morgan 2023-07-09 11:04:38 -05:00
parent d4c0ac7eee
commit 971cdc4f05
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,6 +1,5 @@
{ inputs, lib, config, pkgs, ... }: { inputs, lib, config, pkgs, ... }:
{ {
# TODO: put in hardware-configuration.nix
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
]; ];