Skip to content

Instantly share code, notes, and snippets.

@cideM
Created April 14, 2020 21:43
Show Gist options
  • Save cideM/a3af04cfab166687cdb1bc1a77b02042 to your computer and use it in GitHub Desktop.
Save cideM/a3af04cfab166687cdb1bc1a77b02042 to your computer and use it in GitHub Desktop.
# .config/nixpkgs/overlays/custompkgs.nix
self: super: {
userPkgs = self.buildEnv {
name = "user-packages";
pathsToLink = [ "/share" "/bin" ];
paths = with self.pkgs; [
firefox-devedition-bin
alacritty
tmux
lazygit
timewarrior
jrnl
tig
neovim
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment