diff options
| author | jeschli <jeschli@gmail.com> | 2018-01-05 21:14:15 +0100 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2018-01-05 21:14:15 +0100 |
| commit | aef0ce1766723a593c3788ce060853bfb86a1e9d (patch) | |
| tree | 07e60d15fb55b774046a8d1e17ac0ad4f8cccc9f /tv/1systems/querel | |
| parent | 82e93163b744b05d948b532bc371c566148251ee (diff) | |
| parent | c1566e3964a499d7df03e27bc7354ecb59d7e3a8 (diff) | |
Merge branch 'master' of prism.r:stockholm
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 = { |
