dots/users/price/conf/nvim/default.nix

14 lines
111 B
Nix

{
pkgs,
...
}:
{
home = {
packages = with pkgs; [
neovide
neovim
bun
];
};
}