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

17 lines
181 B
Nix
Raw Normal View History

2024-05-07 12:50:49 +02:00
pkgs: with pkgs; {
dev = [
openssh
procs
ripgrep
fswatch
];
essential = [
gopass
ffmpeg
transmission
];
random = [
telegram-desktop
];
2023-08-09 22:10:48 +02:00
}