init macos shit

This commit is contained in:
2025-11-17 16:14:34 -06:00
parent c02f808d49
commit 9620100aa1
3 changed files with 45 additions and 13 deletions

View File

@@ -0,0 +1,26 @@
{
config,
lib,
pkgs,
inputs,
...
}: let
home_dir = config.home.homeDirectory;
in {
imports = [
../dots/core
];
dots = {
lf.enable = true;
nvf.enable = true;
zsh.enable = true;
ssh.enable = true;
gpg.enable = true;
git.enable = true;
xdg.enable = true;
};
home.packages = with pkgs; [
];
}