From 835ff763560828ef4b77fc0235357c2523d49f6a Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 31 Aug 2023 14:19:26 +0200 Subject: [PATCH] refactor --- yodaTab/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yodaTab/configuration.nix b/yodaTab/configuration.nix index 8e3bb51..46e7ac2 100644 --- a/yodaTab/configuration.nix +++ b/yodaTab/configuration.nix @@ -5,6 +5,9 @@ { config, pkgs, ... }: { + # Paths to other modules. + # Compose this module out of smaller ones. + # https://nixos.wiki/wiki/NixOS_modules imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix