Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-01 | feat(emacs): Install ivy & related packages | Vincent Ambo | 1 | -0/+3 | |
Finally getting around to ditching Helm ... | |||||
2018-05-01 | chore(packages): Bump channel versions | Vincent Ambo | 1 | -5/+5 | |
2018-04-24 | feat(packages): Add Rust packages globally | Vincent Ambo | 1 | -3/+6 | |
2018-04-22 | feat(packages): Pin stable channel to git commit | Vincent Ambo | 1 | -1/+10 | |
Instead of relying on nix-channel, pin the stable channel and override it on the whole machine. | |||||
2018-04-22 | refactor(packages): Pin unstable using builtins.fetchTarball | Vincent Ambo | 1 | -5/+8 | |
This is fetched at evaluation time and removes the dependency on first having some packages in scope. | |||||
2018-04-22 | feat(emacs): Pin EXWM to 0.18 | Vincent Ambo | 1 | -0/+2 | |
There are several severe regressions from EXWM 0.15 to EXWM 0.17. This commit pins the version to the somewhat newer 0.18 in hope that it resolves those issues again. | |||||
2018-04-22 | refactor(packages): Pin unstable channel in packages.nix | Vincent Ambo | 1 | -9/+22 | |
Pins the unstable Nix channel to a specific commit and uses package overrides to move select packages from that channel into the system Nix packages. | |||||
2018-04-04 | feat: Update to NixOS 18.03 | Vincent Ambo | 1 | -17/+4 | |
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 | -2/+1 | |
Kontemplate has been upstreamed into Nix (yay!). | |||||
2018-03-06 | fix(pkgs): Remove outdated nix-mode from Nix package | Vincent Ambo | 1 | -0/+6 | |
See https://github.com/NixOS/nixpkgs/issues/36372 for details | |||||
2018-03-04 | refactor(pkgs): Add wallpapers to top-level package set | Vincent Ambo | 1 | -2/+7 | |
2018-03-04 | feat(pkgs/emacs): Add Haskell development packages | Vincent Ambo | 1 | -0/+10 | |
2018-01-19 | chore(pkgs): Pin Rust release to 1.23.0 (2018-01-04) | Vincent Ambo | 1 | -1/+1 | |
2017-12-24 | chore(dotfiles/pkgs): Remove rofi and configuration | Vincent Ambo | 1 | -2/+0 | |
No longer need this with EXWM, where Helm replaces all these features. | |||||
2017-12-24 | refactor(pkgs): Switch to stable Firefox distribution | Vincent Ambo | 1 | -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 & friends | Vincent Ambo | 1 | -0/+2 | |
2017-11-15 | feat(pkgs): Install gopass-bin | Vincent Ambo | 1 | -0/+1 | |
2017-11-09 | feat(pkgs): Add stern-bin package | Vincent Ambo | 1 | -1/+2 | |
2017-11-07 | feat(pkgs): Install rustracer | Vincent Ambo | 1 | -0/+1 | |
2017-11-06 | feat: Set up openssl.dev links in system environment | Vincent Ambo | 1 | -0/+1 | |
This makes building stuff without nix-shell somewhat easier. | |||||
2017-11-02 | feat: Configure JACK setup for use with Overtone | Vincent Ambo | 1 | -0/+1 | |
2017-10-31 | fix(pkgs): Install additional evolution dependencies | Vincent Ambo | 1 | -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 ring | Vincent Ambo | 1 | -0/+1 | |
2017-10-25 | feat(pkgs): Install dnsutils | Vincent Ambo | 1 | -0/+1 | |
2017-10-24 | feat(pkgs): Add pulseaudio-ctl | Vincent Ambo | 1 | -0/+1 | |
This is required for i3! | |||||
2017-10-20 | feat(pkgs): Add mq-cli package | Vincent Ambo | 1 | -0/+1 | |
2017-10-20 | feat: Install iftop | Vincent Ambo | 1 | -0/+1 | |
2017-10-20 | fix(pkgs): Use correct IntelliJ IDEA version | Vincent Ambo | 1 | -1/+1 | |
I actually have an Ultimate license, so I should probably use that. | |||||
2017-10-19 | feat: Install jq | Vincent Ambo | 1 | -0/+1 | |
How could I even forget about this? | |||||
2017-10-18 | feat: Install openssl | Vincent Ambo | 1 | -0/+1 | |
2017-10-18 | feat(pkgs): Add terraform-bin package | Vincent Ambo | 1 | -0/+2 | |
The source build of Terraform is currently broken in NixOS. This adds a binary package. | |||||
2017-10-17 | feat(pkgs): Install nixops | Vincent Ambo | 1 | -0/+1 | |
2017-10-17 | feat(pkgs): Install custom kontemplate package | Vincent Ambo | 1 | -0/+1 | |
2017-10-17 | feat: Install google-cloud-sdk | Vincent Ambo | 1 | -0/+1 | |
2017-10-16 | refactor: Move packages & wallpapers config into own nix files | Vincent Ambo | 1 | -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. |