refactor: clean up packages
This commit is contained in:
@@ -2,13 +2,10 @@
|
|||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
bash-completion
|
|
||||||
bat
|
bat
|
||||||
entr
|
entr
|
||||||
feh
|
feh
|
||||||
fzf
|
fzf
|
||||||
gh
|
|
||||||
git
|
|
||||||
haskellPackages.pandoc-crossref
|
haskellPackages.pandoc-crossref
|
||||||
htop
|
htop
|
||||||
jq
|
jq
|
||||||
@@ -20,7 +17,6 @@ with pkgs;
|
|||||||
parallel
|
parallel
|
||||||
pass
|
pass
|
||||||
pnpm
|
pnpm
|
||||||
python3
|
|
||||||
ripgrep
|
ripgrep
|
||||||
silver-searcher
|
silver-searcher
|
||||||
sops
|
sops
|
||||||
|
|||||||
@@ -75,9 +75,15 @@ in
|
|||||||
kubecolor.enable = true;
|
kubecolor.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = import ./packages.nix {
|
home.packages =
|
||||||
inherit inputs;
|
import ./packages.nix {
|
||||||
inherit config;
|
inherit inputs;
|
||||||
inherit pkgs;
|
inherit config;
|
||||||
};
|
inherit pkgs;
|
||||||
|
}
|
||||||
|
++ import ../packages.nix {
|
||||||
|
inherit inputs;
|
||||||
|
inherit config;
|
||||||
|
inherit pkgs;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user