diff options
author | makefu <github@syntax-fehler.de> | 2017-12-30 14:08:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-30 14:08:53 +0100 |
commit | 57882d08962b1e5996df7ec4347ae5700c7bc650 (patch) | |
tree | c9f02fc47245a6c6f85aa0137b96d2c717d943ae /tv/1systems | |
parent | a6891271f1bfd3b130dedec51961288f37853420 (diff) | |
parent | c1ff2ddf713242f34a56861c34d815ae6985798b (diff) |
Merge remote-tracking branch 'lass/master' into hydra
Diffstat (limited to 'tv/1systems')
-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 = { |