dotfiles/home/darwin.nix

15 lines
187 B
Nix

{ ... }:
{
home = {
username = "jadenmaxwell";
homeDirectory = "/Users/jadenmaxwell";
};
imports = [
./shared.nix
./neovim.nix
./emacs.nix
./zsh.nix
];
}