diff options
Diffstat (limited to 'darwin')
| -rw-r--r-- | darwin/home.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/darwin/home.nix b/darwin/home.nix index 5e52de6..0bc3dd6 100644 --- a/darwin/home.nix +++ b/darwin/home.nix | |||
| @@ -19,14 +19,25 @@ | |||
| 19 | fzf | 19 | fzf |
| 20 | docker | 20 | docker |
| 21 | neovim | 21 | neovim |
| 22 | lf | ||
| 22 | pinentry_mac | 23 | pinentry_mac |
| 23 | # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) | 24 | docker |
| 25 | kubectl | ||
| 26 | terraform | ||
| 27 | kops | ||
| 28 | k9s | ||
| 29 | # gui | ||
| 30 | zoom-us | ||
| 31 | slack | ||
| 24 | ]; | 32 | ]; |
| 25 | 33 | ||
| 26 | programs.home-manager.enable = true; | 34 | programs.home-manager.enable = true; |
| 27 | programs.zsh = { | 35 | programs.zsh = { |
| 28 | enable = true; | 36 | enable = true; |
| 29 | enableCompletion = true; | 37 | enableCompletion = true; |
| 38 | #sessionVariables = { | ||
| 39 | # PATH = "/etc/profiles/per-user/shubh/bin:$PATH"; | ||
| 40 | #}; | ||
| 30 | shellAliases = { | 41 | shellAliases = { |
| 31 | ll = "ls -l"; | 42 | ll = "ls -l"; |
| 32 | v = "nvim"; | 43 | v = "nvim"; |
