chore: fix deprecations/incompatibilities with latest nixos-unstable

This commit is contained in:
Youwen Wu 2025-03-22 13:04:59 -07:00
parent b1c5de7cc3
commit d434f6d7be
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 6 deletions

View file

@ -43,12 +43,7 @@ in
vi_normal = "block";
};
};
plugins = with pkgs.nushellPlugins; [
gstat
polars
highlight
gstat
];
plugins = with pkgs.nushellPlugins; [ polars ];
};
programs.fzf = {