dotfiles/tongfang/nixos/packages.nix
2024-10-17 23:50:25 +02:00

15 lines
223 B
Nix

{ pkgs, inputs, config, ... }:
{
environment.systemPackages = with pkgs; with inputs; [
inputs.zen-browser.packages."${system}".default
firefox
git
vim
wget
curl
fzf
jq
ripgrep
];
}