add dragon desktop computer, gitignore, and mini fixes
This commit is contained in:
parent
e7ca600305
commit
0727235af7
7 changed files with 139 additions and 3 deletions
9
configuration.example.nix
Normal file
9
configuration.example.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
# NixOS config entry point
|
||||
# import the hardware and configuration files specific to your machine
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./machines/MacBookPro12.1-hardware-configuration.nix
|
||||
./machines/MacBookPro12.1-configuration.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue