diff options
author | tv <tv@krebsco.de> | 2017-12-22 21:31:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-22 21:31:39 +0100 |
commit | 8717f8baa1339fbc13e16f03575da91bef28886c (patch) | |
tree | 96ef289fa271edfbefce03dbdaf381975aa28bd7 /tv/1systems/querel | |
parent | 819a75b5cf5d7110f8bf4fef21e0fed66977d0b6 (diff) |
tv querel: add chromium with flash
Diffstat (limited to 'tv/1systems/querel')
-rw-r--r-- | tv/1systems/querel/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index 05b4d91..07ec8e4 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 = { |