Cleaned up comments

This commit is contained in:
Bryan Ramos 2023-03-22 00:26:05 -04:00
parent e5f6ca254c
commit 4870b68b9a
5 changed files with 6 additions and 8 deletions

View file

@ -1,9 +1,9 @@
{ pkgs, ... }:
{
# Nix requires default.nix to build the system properly, do not rename it.
# Nix requires default.nix to build the system properly.
# Add or remove imports based on the modules in your sysConfig directory.
# Add or remove imports based on the modules in sysConfig/.
imports = [
./audio.nix
./boot.nix