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"; vi_normal = "block";
}; };
}; };
plugins = with pkgs.nushellPlugins; [ plugins = with pkgs.nushellPlugins; [ polars ];
gstat
polars
highlight
gstat
];
}; };
programs.fzf = { programs.fzf = {

View file

@ -10,6 +10,7 @@
swaync.enable = false; swaync.enable = false;
hyprlock.enable = false; hyprlock.enable = false;
hyprland.enable = false; hyprland.enable = false;
starship.enable = false;
}; };
}; };
} }