From 9b85a4ff0a0be79bd65db09463e1b3f0d4860098 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 28 Jun 2026 23:40:22 -0400 Subject: add darwin --- sh.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sh.nix') diff --git a/sh.nix b/sh.nix index 4de93db..be2975e 100644 --- a/sh.nix +++ b/sh.nix @@ -24,6 +24,16 @@ nix-upd-sl = "sudo nix flake update my-slstatus my-dwm my-surf my-st my-dmenu"; }; }; + programs.zsh = { + enable = true; + enableAutosuggestions = true; + enableBashCompletion = true; + enableCompletion = true; + enableFastSyntaxHighlighting = true; + enableFzfCompletion = true; + enableFzfGit = true; + enableFzfHistory = true; + }; environment.etc."inputrc".text = '' set editing-mode vi -- cgit v1.3.1