forked from colonelpanic/dotfiles
10 lines
145 B
Nix
10 lines
145 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
gimp
|
|
android-studio
|
|
texlive.combined.scheme-full
|
|
tor
|
|
];
|
|
}
|