mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Cleaned up comments
This commit is contained in:
parent
e5f6ca254c
commit
4870b68b9a
5 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue