configuration.nix/modules/home/packages/dev/default.nix

10 lines
109 B
Nix
Raw Normal View History

2023-11-21 16:16:55 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
2024-04-17 16:20:49 +02:00
bat
2024-04-17 15:56:48 +02:00
openssh
2024-04-12 19:00:08 +02:00
procs
ripgrep
2024-04-22 19:16:12 +02:00
fswatch
2023-11-21 16:16:55 +01:00
];
}