Use adapted zsh-syntax-highlighting enable
This commit is contained in:
parent
c8b40ad7ce
commit
e88bd7593f
1 changed files with 6 additions and 1 deletions
7
home.nix
7
home.nix
|
@ -27,18 +27,23 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
cloc
|
cloc
|
||||||
croc
|
croc
|
||||||
|
exiftool
|
||||||
ffmpeg
|
ffmpeg
|
||||||
go
|
go
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
gradle
|
gradle
|
||||||
htop
|
htop
|
||||||
|
imagemagick
|
||||||
|
jadx
|
||||||
jdk
|
jdk
|
||||||
jq
|
jq
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
nixopsUnstable
|
nixopsUnstable
|
||||||
p7zip
|
p7zip
|
||||||
|
pngcrush
|
||||||
pry
|
pry
|
||||||
|
protobuf
|
||||||
pwgen
|
pwgen
|
||||||
rustup
|
rustup
|
||||||
tmux
|
tmux
|
||||||
|
@ -98,7 +103,7 @@ in {
|
||||||
# Common plugins.
|
# Common plugins.
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
{
|
{
|
||||||
name = "expand-multiple-dots";
|
name = "expand-multiple-dots";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue