diff --git a/hosts/satori/pkgs.nix b/hosts/satori/pkgs.nix index 3a7c036..3878582 100644 --- a/hosts/satori/pkgs.nix +++ b/hosts/satori/pkgs.nix @@ -31,6 +31,17 @@ }; }; + zsh = { + enable = true; + histSize = 30000; + enableBashCompletion = true; + enableCompletion = true; + autosuggestions = { + enable = true; + highlightStyle = "fg=yellow,bold"; + }; + }; + adb.enable = true; light.enable = true; diff --git a/hosts/satori/stuff.nix b/hosts/satori/stuff.nix index 7756ca0..6604869 100644 --- a/hosts/satori/stuff.nix +++ b/hosts/satori/stuff.nix @@ -5,6 +5,7 @@ environment.localBinInPath = true; security = { + rtkit.enable = true; polkit.enable = true; sudo.enable = true; doas = {