about summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04 feat: Update to NixOS 18.03Vincent Ambo6-141/+3
As the subject says ... This only includes some minor changes in configuration. Most interestingly several packages that I used to have in this repository as custom packages are now available in `nixos-unstable`. Unfortunately they weren't included in NixOS 18.03 though ... Either way, this is cleaner.
2018-03-19 refactor(pkgs): Install kontemplate from nixpkgsVincent Ambo1-22/+0
Kontemplate has been upstreamed into Nix (yay!).
2017-11-15 feat(pkgs): Install gopass-binVincent Ambo1-0/+25
2017-11-13 feat(pkgs): Bump MQ versionVincent Ambo1-3/+3
2017-11-09 feat(pkgs): Add stern-bin packageVincent Ambo1-0/+25
2017-11-05 feat(pkgs): Bump Kontemplate to v1.3.0Vincent Ambo1-3/+3
2017-10-24 feat(pkgs): Add pulseaudio-ctlVincent Ambo1-0/+26
This is required for i3!
2017-10-20 feat(pkgs): Add mq-cli packageVincent Ambo1-0/+35
2017-10-18 feat: Install opensslVincent Ambo1-2/+0
2017-10-18 feat(pkgs): Add terraform-bin packageVincent Ambo1-0/+28
The source build of Terraform is currently broken in NixOS. This adds a binary package.
2017-10-17 feat(pkgs): Install custom kontemplate packageVincent Ambo1-0/+22
2017-10-17 feat(pkgs): Add 'wallpapers' derivationVincent Ambo1-0/+21
Adds a derivation that fetches my wallpapers from git. I'm getting closer to understanding "the Nix way", i.e. that maybe thinking about stuff like this in terms of "the wallpapers should be in my home folder" is incorrect.
2017-10-16 feat: Add Nix build for nixfdVincent Ambo1-0/+28
Builds my [nixfd][] tool for searching a cached version of the Nix package list. [nixfd]: https://github.com/tazjin/nixfd