🐛 fix chezmoi deploy
This commit is contained in:
parent
d9173abb79
commit
8b57a7580a
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user