[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
+3 -8
View File
@@ -1,16 +1,11 @@
{ config, lib, pkgs, ... }:
{
home.username = "origami";
home.homeDirectory = "/home/origami";
programs.home-manager.enable = true;
imports = [
./modules/shell.nix
./modules/shell-develop.nix
../modules/common.nix
../modules/shell.nix
../modules/shell-develop.nix
];
nixpkgs.config.allowUnfreePredicate = _: true;
home.stateVersion = "23.11";
}