dotfiles/nixos/extra.nix

10 lines
145 B
Nix
Raw Normal View History

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