🐛 fix chezmoi deploy
This commit is contained in:
parent
d9173abb79
commit
8b57a7580a
@ -1,19 +1,18 @@
|
|||||||
{ lib, pkgs, ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
home = {
|
home = {
|
||||||
username = "walkah";
|
|
||||||
# homeDirectory = if pkgs.stdenv.isDarwin then "/Users/walkah" else "/home/walkah";
|
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
chezmoi
|
chezmoi
|
||||||
direnv
|
direnv
|
||||||
eza
|
eza
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
|
htop
|
||||||
starship
|
starship
|
||||||
tmux
|
tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
activation.chezmoi = lib.hm.dag.entryAfter [ "installPackages" ] ''
|
activation.chezmoi = lib.hm.dag.entryAfter [ "installPackages" ] ''
|
||||||
|
export PATH="${pkgs.git}/bin:$PATH"
|
||||||
$DRY_RUN_CMD ${pkgs.chezmoi}/bin/chezmoi init --apply walkah/dotfiles
|
$DRY_RUN_CMD ${pkgs.chezmoi}/bin/chezmoi init --apply walkah/dotfiles
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user