nixos/user/modules/neovim/pkgs.nix

6 lines
47 B
Nix

{ pkgs, ... }:
with pkgs; [
gcc
lazygit
]