config/systems/laptop/packages.nix

20 lines
190 B
Nix
Raw Normal View History

2024-09-15 12:56:25 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
killall
dosfstools
zip
unzip
unrar
p7zip
ripgrep
wget
fzf
bat
git
2024-10-06 21:29:49 +01:00
jdk17
2024-09-15 12:56:25 +01:00
];
}