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 | 28085c8e6d37a0dd31d7627fa01d072723c4f46c (patch) | |
tree | a9326a1f4e70dc69ec1dc4ecc57dadc811ef8230 /tv/1systems/querel/config.nix | |
parent | 9f37a4c4f7fff0246577d233a1497fc5a7ceb8d2 (diff) |
tv querel: add chromium with flash
Diffstat (limited to 'tv/1systems/querel/config.nix')
-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 05b4d9133..07ec8e403 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 = { |