feat: harmonica

This commit is contained in:
Ryan Yin
2023-06-17 12:29:38 +08:00
parent e51486a796
commit b91508af5f
2 changed files with 8 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ Nix allows for easy-to-manage, collaborative, reproducible deployments. This mea
```shell
tree hosts
hosts
├── harmonica # my MacBook Pro 2020 13-inch, with macOS, for work.
├── harmonica # my MacBook Pro 2020 13-inch, mainly for business.
└── idols
├── ai # my main computer, with NixOS + I5-13600KF + RTX 4090 GPU, for gaming & daily use.
├── aquamarine # my NixOS virtual machine with R9-5900HX(8C16T), mainly for distributed building & testing.

View File

@@ -1,5 +1,10 @@
# My MacBook Pro - Computer for Business
{ ... }:
{ ... }:
#############################################################
#
# Harnomica - my MacBook Pro 2020 13-inch, mainly for business.
#
#############################################################
{
imports = [