feat: update for darwin

This commit is contained in:
ryan4yin
2023-05-26 11:06:19 +08:00
parent c694c81215
commit fedcf1bafd
13 changed files with 191 additions and 44 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
./programs
./shell
./darwin
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = {
username = "admin";
homeDirectory = "/Users/admin";
# set homeDirectory make build fail
# homeDirectory = "/Users/admin";
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage