ma 2 laptop-utils: FF with flash
This commit is contained in:
parent
4f984fc193
commit
9c9f67e45a
|
@ -11,7 +11,6 @@ in {
|
|||
# TODO: copy this config or move to krebs
|
||||
../../tv/2configs/hw/CAC.nix
|
||||
../../tv/2configs/fs/CAC-CentOS-7-64bit.nix
|
||||
../2configs/unstable-sources.nix
|
||||
../2configs/headless.nix
|
||||
../2configs/tinc-basic-retiolum.nix
|
||||
|
||||
|
@ -28,7 +27,8 @@ in {
|
|||
# collectd
|
||||
../2configs/collectd/collectd-base.nix
|
||||
];
|
||||
|
||||
services.nixosManual.enable = false;
|
||||
programs.man.enable = false;
|
||||
krebs.build.host = config.krebs.hosts.wry;
|
||||
|
||||
krebs.Reaktor = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue