1
Fork 0
dotfiles/.bauke/nix/azedia/packages.nix

19 lines
248 B
Nix

# The list of system packages to install.
{ pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [
bat
eza
fd
git
kitty.terminfo
libraspberrypi
raspberrypi-eeprom
starship
];
};
}