2022-02-18 16:38:45 +01:00
|
|
|
inputs:
|
2022-02-18 17:12:39 +01:00
|
|
|
{ pkgs, ... }: {
|
2022-02-18 16:38:45 +01:00
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
neovim
|
|
|
|
vim
|
|
|
|
vscodium
|
|
|
|
|
|
|
|
openssl.dev
|
|
|
|
pkg-config
|
|
|
|
|
|
|
|
docker-compose
|
|
|
|
|
|
|
|
binutils
|
|
|
|
curl
|
|
|
|
htop
|
|
|
|
nixfmt
|
|
|
|
ripgrep
|
|
|
|
shellcheck
|
|
|
|
tmux
|
|
|
|
unzip
|
|
|
|
wget
|
|
|
|
|
|
|
|
git
|
|
|
|
|
|
|
|
rustup
|
|
|
|
|
|
|
|
direnv
|
|
|
|
|
|
|
|
#idea.idea-community
|
2022-06-13 19:22:06 +02:00
|
|
|
jetbrains.idea-ultimate
|
2022-02-18 16:38:45 +01:00
|
|
|
|
|
|
|
dbeaver
|
|
|
|
];
|
|
|
|
|
|
|
|
services.lorri.enable = true;
|
|
|
|
|
|
|
|
programs.adb.enable = true;
|
|
|
|
}
|