mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
16 lines
152 B
Nix
16 lines
152 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
bat
|
|
fd
|
|
gnumake
|
|
jet
|
|
jq
|
|
pandoc
|
|
parallel
|
|
ripgrep
|
|
tokei
|
|
wget
|
|
];
|
|
}
|