summaryrefslogtreecommitdiff
path: root/darwin/home.nix
diff options
context:
space:
mode:
authorShubham Saini <ssaini@fispan.com>2023-09-26 07:54:31 +0000
committerShubham Saini <ssaini@fispan.com>2023-09-26 07:54:31 +0000
commit8914f97f2c7232c31bf07f0c8e87fcda12194b5f (patch)
tree45e2bdd588847a63d6553b7726eb51107b3ac27b /darwin/home.nix
parent918f32dfcd291f9d5ae997bec5ea14c323c70d37 (diff)
darwin: working config
Diffstat (limited to 'darwin/home.nix')
-rw-r--r--darwin/home.nix13
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";