about summary refs log tree commit diff
path: root/packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2018-03-06 fix(pkgs): Remove outdated nix-mode from Nix packageVincent Ambo1-0/+6
See https://github.com/NixOS/nixpkgs/issues/36372 for details
2018-03-04 refactor(pkgs): Add wallpapers to top-level package setVincent Ambo1-2/+7
2018-03-04 feat(pkgs/emacs): Add Haskell development packagesVincent Ambo1-0/+10
2018-01-19 chore(pkgs): Pin Rust release to 1.23.0 (2018-01-04)Vincent Ambo1-1/+1
2017-12-24 chore(dotfiles/pkgs): Remove rofi and configurationVincent Ambo1-2/+0
No longer need this with EXWM, where Helm replaces all these features.
2017-12-24 refactor(pkgs): Switch to stable Firefox distributionVincent Ambo1-2/+2
Since Firefox Quantum is in stable, I don't need to use the beta binary anymore.
2017-11-24 feat(pkgs): Install SBCL & friendsVincent Ambo1-0/+2
2017-11-15 feat(pkgs): Install gopass-binVincent Ambo1-0/+1
2017-11-09 feat(pkgs): Add stern-bin packageVincent Ambo1-1/+2
2017-11-07 feat(pkgs): Install rustracerVincent Ambo1-0/+1
2017-11-06 feat: Set up openssl.dev links in system environmentVincent Ambo1-0/+1
This makes building stuff without nix-shell somewhat easier.
2017-11-02 feat: Configure JACK setup for use with OvertoneVincent Ambo1-0/+1
2017-10-31 fix(pkgs): Install additional evolution dependenciesVincent Ambo1-0/+3
Evolution depends on these packages in order to function correctly. It can actually not even resize window panes (!) without dconf, which is a bit ridiculous.
2017-10-30 feat(pkgs): Enable Evolution & GNOME key ringVincent Ambo1-0/+1
2017-10-25 feat(pkgs): Install dnsutilsVincent Ambo1-0/+1
2017-10-24 feat(pkgs): Add pulseaudio-ctlVincent Ambo1-0/+1
This is required for i3!
2017-10-20 feat(pkgs): Add mq-cli packageVincent Ambo1-0/+1
2017-10-20 feat: Install iftopVincent Ambo1-0/+1
2017-10-20 fix(pkgs): Use correct IntelliJ IDEA versionVincent Ambo1-1/+1
I actually have an Ultimate license, so I should probably use that.
2017-10-19 feat: Install jqVincent Ambo1-0/+1
How could I even forget about this?
2017-10-18 feat: Install opensslVincent Ambo1-0/+1
2017-10-18 feat(pkgs): Add terraform-bin packageVincent Ambo1-0/+2
The source build of Terraform is currently broken in NixOS. This adds a binary package.
2017-10-17 feat(pkgs): Install nixopsVincent Ambo1-0/+1
2017-10-17 feat(pkgs): Install custom kontemplate packageVincent Ambo1-0/+1
2017-10-17 feat: Install google-cloud-sdkVincent Ambo1-0/+1
2017-10-16 refactor: Move packages & wallpapers config into own nix filesVincent Ambo1-0/+62
My systems are single-user machines and the package configuration can go in the system-wide package list in full. This splits out the package list into a separate file and also moves the systemd units for wallpaper setting into a separate file.