Skip to content

Commit

Permalink
update mantra user
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Jul 10, 2024
1 parent ea9f72e commit 29eb960
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 45 deletions.
3 changes: 1 addition & 2 deletions cells/homemanager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ in {
kustomize
lorri
nixfmt-classic
nodejs-18_x
nodejs-slim_18
operator-sdk
open-interpreter
openssl_3_2
pkg-config
poetry
Expand Down
5 changes: 0 additions & 5 deletions cells/homemanager/programs/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
};
history = {size = 100000;};
initExtraFirst = ''
# python
for dir in $(ls -rd $HOME/Library/Python/*); do
export PATH="$dir/bin:$PATH"
done
# End python
# Cargo
export PATH="$HOME/.cargo/bin:$PATH"
# End Cargo
Expand Down
10 changes: 6 additions & 4 deletions cells/users/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ in {
java = true;
session_recording = false;
};
workuser = {
email = "[email protected]";
mantra = {
email = "[email protected]";
gitSigningKey = "682606AAB125FEB6";
name = "Leo Pang";
username = "workuser";
github_username = "xxx";
username = "mantra";
github_username = "allthatjazzleo";
ageIdentityPaths = ["~/.ssh/id_ed25519_homemanager"];
};
}
68 changes: 35 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
{
devShells = std.harvest self ["_automation" "devshells"];
homeConfigurations =
(std.pick self ["homemanager" "configurations"]).default;
(std.harvest self ["homemanager" "configurations"])."x86_64-darwin".default;
};
}

0 comments on commit 29eb960

Please sign in to comment.