spacepaste

  1.  
  2. {
  3. allowUnfree = true;
  4. firefox = {
  5. enableGoogleTalkPlugin = false;
  6. enableAdobeFlash = false;
  7. };
  8. chromium = {
  9. enablePepperFlash = false;
  10. enablePepperPDF = true;
  11. };
  12. vim_configurable.customize = {
  13. guiSupport = true;
  14. };
  15. packageOverrides = pkgs: with pkgs; {
  16. all = pkgs.buildEnv {
  17. name = "all";
  18. paths = [
  19. firefox
  20. wgetpaste
  21. spacefm
  22. pnmixer
  23. cbatticon
  24. keepassxc
  25. pavucontrol
  26. workrave
  27. blueman
  28. vim_configurable
  29. ];
  30. };
  31. };
  32. }
  33.