flake: use nixfmt-rfc-style
This commit is contained in:
parent
e7b8922920
commit
3307e8259d
13 changed files with 398 additions and 167 deletions
|
@ -1,6 +1,5 @@
|
|||
eval "$(@starshipPath@ init zsh)"
|
||||
eval "$(@zoxidePath@ init zsh)"
|
||||
|
||||
eval "$(@zoxidePath@ init zsh --cmd j)"
|
||||
|
||||
source "@zsh-deferPath@"
|
||||
|
||||
|
|
|
@ -1,4 +1,18 @@
|
|||
{ symlinkJoin, zsh, makeWrapper, inputs, system, zoxide, eza, zsh-fzf-tab, zsh-defer, zsh-autosuggestions, zsh-syntax-highlighting, lib, fzf }:
|
||||
{
|
||||
symlinkJoin,
|
||||
zsh,
|
||||
makeWrapper,
|
||||
inputs,
|
||||
system,
|
||||
zoxide,
|
||||
eza,
|
||||
zsh-fzf-tab,
|
||||
zsh-defer,
|
||||
zsh-autosuggestions,
|
||||
zsh-syntax-highlighting,
|
||||
lib,
|
||||
fzf,
|
||||
}:
|
||||
symlinkJoin {
|
||||
name = "amadaluzian-zsh";
|
||||
paths = [
|
||||
|
@ -15,7 +29,9 @@ symlinkJoin {
|
|||
--subst-var-by zsh-deferPath ${zsh-defer}/share/zsh-defer/zsh-defer.plugin.zsh \
|
||||
--subst-var-by zsh-syntax-highlightingPath ${zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh \
|
||||
--subst-var-by zsh-autosuggestionsPath ${zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh \
|
||||
--subst-var-by starshipPath ${lib.getExe' inputs.self.packages.${system}.amadaluzian-starship "starship"} \
|
||||
--subst-var-by starshipPath ${
|
||||
lib.getExe' inputs.self.packages.${system}.amadaluzian-starship "starship"
|
||||
} \
|
||||
--subst-var-by zoxidePath ${lib.getExe' zoxide "zoxide"} \
|
||||
--subst-var-by fzfPath ${lib.getExe' fzf "fzf"} \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue