feat: use unstable for k8s tools & nf symbols

This commit is contained in:
winston 2023-03-07 12:35:17 +01:00
parent e4b2b5aae1
commit a41bf6d4aa
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 8 additions and 3 deletions

View file

@ -3,16 +3,21 @@
pkgs, pkgs,
... ...
}: { }: {
home.packages = with pkgs; [ home.packages = with pkgs.unstable; [
cmctl
dyff dyff
gojq gojq
jqp jqp
krew
kubectl kubectl
kubectx kubectx
kubernetes-helm kubernetes-helm
popeye popeye
pv-migrate
velero
]; ];
home.shellAliases.jq = "gojq";
home.sessionVariables = { home.sessionVariables = {
KREW_ROOT = "${config.xdg.dataHome}/krew"; KREW_ROOT = "${config.xdg.dataHome}/krew";
KUBECACHEDIR = "${config.xdg.cacheHome}/kube"; KUBECACHEDIR = "${config.xdg.cacheHome}/kube";

View file

@ -49,7 +49,7 @@ in {
gh gh
nur.repos.nekowinston.org-stats nur.repos.nekowinston.org-stats
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];}) (unstable.nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
victor-mono victor-mono
ibm-plex ibm-plex
xkcd-font xkcd-font