mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +01:00
22 lines
271 B
Nix
22 lines
271 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
fd
|
|
fzf
|
|
ripgrep
|
|
jq
|
|
git
|
|
gnumake
|
|
pinentry
|
|
vim
|
|
gcc
|
|
unzip
|
|
wget
|
|
plasma5Packages.bismuth
|
|
kdeconnect
|
|
firefox
|
|
thunderbird
|
|
remmina
|
|
docker-buildx
|
|
];
|
|
}
|