summaryrefslogtreecommitdiffstats
path: root/tv/1systems/querel/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-12-22 21:31:39 +0100
committertv <tv@krebsco.de>2017-12-22 21:31:39 +0100
commit28085c8e6d37a0dd31d7627fa01d072723c4f46c (patch)
treea9326a1f4e70dc69ec1dc4ecc57dadc811ef8230 /tv/1systems/querel/config.nix
parent9f37a4c4f7fff0246577d233a1497fc5a7ceb8d2 (diff)
tv querel: add chromium with flash
Diffstat (limited to 'tv/1systems/querel/config.nix')
-rw-r--r--tv/1systems/querel/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix
index 05b4d913..07ec8e40 100644
--- a/tv/1systems/querel/config.nix
+++ b/tv/1systems/querel/config.nix
@@ -29,6 +29,7 @@ with import <stockholm/lib>;
};
environment.systemPackages = with pkgs; [
+ chromium
firefoxWrapper
gimp
kate
@@ -65,6 +66,8 @@ with import <stockholm/lib>;
networking.networkmanager.enable = true;
+ nixpkgs.config.chromium.enablePepperFlash = true;
+
programs.ssh.startAgent = false;
services.printing = {