document sections

This commit is contained in:
foosinn 2022-02-17 17:35:32 +01:00
parent eb792b55e5
commit b8273ae550

View file

@ -6,11 +6,13 @@
{ {
imports = [ imports = [
# custom modules
./modules/colors.nix ./modules/colors.nix
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
# roles
./roles/admin.nix ./roles/admin.nix
./roles/base.nix ./roles/base.nix
./roles/desktop.nix ./roles/desktop.nix