diff --git a/nix/users/walkah/home.nix b/nix/users/walkah/home.nix index 38f407c..c1689c2 100644 --- a/nix/users/walkah/home.nix +++ b/nix/users/walkah/home.nix @@ -1,19 +1,18 @@ { lib, pkgs, ... }: { home = { - username = "walkah"; - # homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah"; - packages = with pkgs; [ chezmoi direnv eza fzf git + htop starship tmux ]; activation.chezmoi = lib.hm.dag.entryAfter [ "installPackages" ] '' + export PATH="${pkgs.git}/bin:$PATH" $DRY_RUN_CMD ${pkgs.chezmoi}/bin/chezmoi init --apply walkah/dotfiles '';