From b27c5cf38b5cef5731b5be8ba41e3fa7cb0df293 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 May 2018 16:29:07 +0200 Subject: Group applications by purpose --- gui/apps/web.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gui/apps/web.nix (limited to 'gui/apps/web.nix') diff --git a/gui/apps/web.nix b/gui/apps/web.nix new file mode 100644 index 0000000..157fbeb --- /dev/null +++ b/gui/apps/web.nix @@ -0,0 +1,17 @@ +{ pkgs, ... }: + +{ + home = { + packages = with pkgs; [ + thunderbird + tdesktop + ]; + }; + + programs.firefox = { + enable = true; + enableAdobeFlash = true; + }; + + services.syncthing.enable = true; +} -- cgit v1.2.3