Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 16, 2014 15:41
Show Gist options
  • Save ryantm/81c80ec75197694cd173 to your computer and use it in GitHub Desktop.
Save ryantm/81c80ec75197694cd173 to your computer and use it in GitHub Desktop.
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