Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. environment.systemPackages = with pkgs; [
  2. # network connectivity
  3. wget iw networkmanager
  4. # development tools
  5. direnv
  6. # managing packages local to the user
  7. home-manager
  8. # basic editing
  9. vim
  10. # web browsing
  11. firefox
  12. ];
  13.  
  14. nixpkgs.config = {allowUnfree = true; firefox = {
  15. enableAdobeFlash = true;
  16. };
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement