Initial commit

This commit is contained in:
2020-05-30 14:07:02 +02:00
commit 0eecc461c9
9 changed files with 319 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
firefox
chromium
thunderbird
riot-desktop
tdesktop
];
}