nixhome/packages.nix

13 lines
129 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
htop
wget
ripgrep
bat
fd
neofetch
dfc
];
}