Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-04 | feat: Update to NixOS 18.03 | Vincent Ambo | 6 | -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 nixpkgs | Vincent Ambo | 1 | -22/+0 | |
Kontemplate has been upstreamed into Nix (yay!). | |||||
2017-11-15 | feat(pkgs): Install gopass-bin | Vincent Ambo | 1 | -0/+25 | |
2017-11-13 | feat(pkgs): Bump MQ version | Vincent Ambo | 1 | -3/+3 | |
2017-11-09 | feat(pkgs): Add stern-bin package | Vincent Ambo | 1 | -0/+25 | |
2017-11-05 | feat(pkgs): Bump Kontemplate to v1.3.0 | Vincent Ambo | 1 | -3/+3 | |
2017-10-24 | feat(pkgs): Add pulseaudio-ctl | Vincent Ambo | 1 | -0/+26 | |
This is required for i3! | |||||
2017-10-20 | feat(pkgs): Add mq-cli package | Vincent Ambo | 1 | -0/+35 | |
2017-10-18 | feat: Install openssl | Vincent Ambo | 1 | -2/+0 | |
2017-10-18 | feat(pkgs): Add terraform-bin package | Vincent Ambo | 1 | -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 package | Vincent Ambo | 1 | -0/+22 | |
2017-10-17 | feat(pkgs): Add 'wallpapers' derivation | Vincent Ambo | 1 | -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 nixfd | Vincent Ambo | 1 | -0/+28 | |
Builds my [nixfd][] tool for searching a cached version of the Nix package list. [nixfd]: https://github.com/tazjin/nixfd |