Advertisement
Kakuzade

config.nix

Feb 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Usar en la carpeta /home/.nixpkgs
  2.  
  3. { pkgs }:
  4.  
  5. {
  6. # packageOverrides = pkgs: {
  7. # emacs = pkgs.emacs.override {
  8. # withGTK2 = false;
  9. # withGTK3 = false;
  10. # withXwidgets = false;
  11. # };
  12. # };
  13.  
  14. firefox = {
  15. enableAdobeFlash = true;
  16. };
  17.  
  18. allowUnfree = true;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement