nixos-config/modules/nixos/profiles/installer.nix

13 lines
186 B
Nix
Raw Normal View History

# A dedicated profile for installers with some niceties in it.
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
ripgrep
git
lazygit
neovim
zellij
];
}