mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added git and bazel
This commit is contained in:
parent
7ed15206d0
commit
c616fb2570
2 changed files with 3 additions and 1 deletions
|
|
@ -56,6 +56,7 @@
|
||||||
glow
|
glow
|
||||||
gitoxide
|
gitoxide
|
||||||
lnav
|
lnav
|
||||||
|
git
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
zoxide
|
zoxide
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,8 @@
|
||||||
home.homeDirectory = lib.mkForce "/Users/tyler.mayoff";
|
home.homeDirectory = lib.mkForce "/Users/tyler.mayoff";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
];
|
|
||||||
|
bazel ];
|
||||||
|
|
||||||
# home.stateVersion = "23.11";
|
# home.stateVersion = "23.11";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue