This commit is contained in:
Daniel Langbein 2023-08-31 14:19:26 +02:00
parent 3de7b27e86
commit 835ff76356

View File

@ -5,6 +5,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Paths to other modules.
# Compose this module out of smaller ones.
# https://nixos.wiki/wiki/NixOS_modules
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix