Bauke/dotfiles
Bauke
/
dotfiles
Archived
1
Fork 0
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.
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
];
};
}