diff options
author | makefu <github@syntax-fehler.de> | 2016-02-28 02:25:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-28 02:25:53 +0100 |
commit | 321b831755f8d8572e30e9b735617a90525b311a (patch) | |
tree | dd86b6f525215daa9a8926df4c5ad4cfb4215501 /makefu/2configs/laptop-utils.nix | |
parent | 9af9b562b578ec3a1ccb2b870f49ad3d7a4c467c (diff) |
ma 2 laptop-utils: FF with flash
Diffstat (limited to 'makefu/2configs/laptop-utils.nix')
-rw-r--r-- | makefu/2configs/laptop-utils.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/2configs/laptop-utils.nix b/makefu/2configs/laptop-utils.nix index 8a1c0e184..815ff7489 100644 --- a/makefu/2configs/laptop-utils.nix +++ b/makefu/2configs/laptop-utils.nix @@ -6,6 +6,10 @@ # essentially `nix-env -q` of the main user # TODO: split gui and non-gui { + nixpkgs.config.firefox = { + enableAdobeFlash = true; + }; + krebs.per-user.makefu.packages = with pkgs; [ # core at_spi2_core |