This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# The list of system packages to install.
|
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
environment = {
|
|
systemPackages = with pkgs; [
|
|
bat
|
|
eza
|
|
fd
|
|
git
|
|
kitty.terminfo
|
|
libraspberrypi
|
|
raspberrypi-eeprom
|
|
starship
|
|
];
|
|
};
|
|
}
|