[darwin] 在 nix darwin 上跑通了

This commit is contained in:
2026-01-18 16:11:59 +08:00
parent 4a1f41f034
commit bb40ace94d
10 changed files with 203 additions and 59 deletions
+10
View File
@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
{
home.username = "origami";
programs.home-manager.enable = true;
programs.nix-index.enable = true;
home.stateVersion = "23.11";
}