mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-12 05:22:00 +01:00
feat: harmonica
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# My MacBook Pro - Computer for Business
|
||||
{ ... }:
|
||||
{ ... }:
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Harnomica - my MacBook Pro 2020 13-inch, mainly for business.
|
||||
#
|
||||
#############################################################
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user