Created
August 16, 2014 15:41
-
-
Save ryantm/81c80ec75197694cd173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgs: { | |
firefox = { | |
enableGnash = true; | |
}; | |
packageOverrides = pkgs: { | |
ryantm = pkgs.buildEnv { | |
name = "ryantm"; | |
paths = with pkgs; [ | |
firefox | |
chromium | |
thunderbird | |
git | |
xdg_utils | |
xchat | |
nix-repl | |
]; | |
}; | |
dotBashrc = pkgs.callPackage ./bashrc.nix { }; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment