diff options
Diffstat (limited to 'hosts/icon/configuration.nix')
| -rw-r--r-- | hosts/icon/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 7a263c6..469e764 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -3,7 +3,8 @@ pkgs, inputs, ... -}: { +}: +{ imports = [ ./hardware-configuration.nix ]; |
