forked from colonelpanic/dotfiles
11 lines
196 B
Nix
11 lines
196 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
# (import ../../Projects/waymonad/default.nix)
|
|
gimp
|
|
android-studio
|
|
texlive.combined.scheme-full
|
|
tor
|
|
];
|
|
}
|