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,
...
}: {
home.packages = with pkgs; [
home.packages = with pkgs.unstable; [
cmctl
dyff
gojq
jqp
krew
kubectl
kubectx
kubernetes-helm
popeye
pv-migrate
velero
];
home.shellAliases.jq = "gojq";
home.sessionVariables = {
KREW_ROOT = "${config.xdg.dataHome}/krew";
KUBECACHEDIR = "${config.xdg.cacheHome}/kube";

View file

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