use plugins provided by home-manager
parent
d827167237
commit
41f1d234a9
|
@ -21,14 +21,6 @@
|
||||||
url = "github:jonaburg/picom";
|
url = "github:jonaburg/picom";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
zsh-autosuggestions = {
|
|
||||||
url = "github:zsh-users/zsh-autosuggestions";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
zsh-syntax-highlighting = {
|
|
||||||
url = "github:zsh-users/zsh-syntax-highlighting";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }:
|
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }:
|
||||||
|
|
|
@ -12,10 +12,7 @@ let
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
feh = "feh --auto-zoom --scale-down";
|
feh = "feh --auto-zoom --scale-down";
|
||||||
};
|
};
|
||||||
plugins = [{
|
enableSyntaxHighlighting = true;
|
||||||
name = "zsh-syntax-highlighting";
|
|
||||||
src = inputs.zsh-syntax-highlighting;
|
|
||||||
}];
|
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
initExtra = ''export DIRENV_LOG_FORMAT=""'';
|
initExtra = ''export DIRENV_LOG_FORMAT=""'';
|
||||||
|
|
Loading…
Reference in New Issue