dotfiles/nixos/extra.nix

10 lines
145 B
Nix
Raw Normal View History

2018-06-24 16:40:02 -07:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
2018-06-24 17:15:56 -07:00
gimp
2018-07-07 22:14:11 -07:00
android-studio
2018-06-24 16:40:02 -07:00
texlive.combined.scheme-full
2019-05-25 21:18:23 -07:00
tor
2018-06-24 16:40:02 -07:00
];
}