summary refs log tree commit diff stats
path: root/packages.nix
blob: ea6daf3543afa8122efcbc1f9e1c01482c092a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ...}:
{
	environment.systemPackages = with pkgs; [
		jre_minimal
		git
		zsh
		neovim
		btrfs-progs
	];
}