Refactor configuration files to include 'inputs' parameter for improved modularity and consistency across hosts.

This commit is contained in:
Danilo Reyes
2025-10-12 22:57:24 -06:00
parent de5ad541b8
commit be82c5c477
5 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ config, inputs, ... }:
{
imports = [
./hardware-configuration.nix