nixos-configuration/machines/dev.nix
2022-02-18 16:38:45 +01:00

39 lines
430 B
Nix

inputs:
{ config, lib, pkgs, ... }: {
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
idea.idea-ultimate
dbeaver
];
services.lorri.enable = true;
programs.adb.enable = true;
}