Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-06 | chore(pkgs): Remove Evolution | Vincent Ambo | 1 | -1/+1 | |
2018-06-06 | feat(pkgs): Add notmuch & msmtp to global system | Vincent Ambo | 1 | -0/+2 | |
2018-06-03 | feat(emacs): Replace LSP-mode with eglot | Vincent Ambo | 1 | -4/+0 | |
LSP-mode in combination with the Rust language server does not really work as RLS is extremely unstable. This switches over to eglot, which automatically restarts RLS after every crash. From initial testing it seems to be slightly less annoying than the previous setup. | |||||
2018-05-31 | feat(pkgs): Cherry-pick emacs26 from nixpkgs master | Vincent Ambo | 1 | -0/+7 | |
2018-05-31 | feat(pkgs): Install thinkfan | Vincent Ambo | 1 | -0/+1 | |
2018-05-27 | feat(pkgs): Add systemd development libraries to system environment | Vincent Ambo | 1 | -0/+1 | |
2018-05-27 | fix(emacs): Install markdown-toc from unstable, too | Vincent Ambo | 1 | -0/+1 | |
2018-05-27 | fix(pkgs): Use latest version of Terraform | Vincent Ambo | 1 | -1/+1 | |
2018-05-27 | chore(pkgs): Bump channel versions | Vincent Ambo | 1 | -10/+10 | |
2018-05-14 | chore(packages): Bump channel versions to latest | Vincent Ambo | 1 | -5/+5 | |
2018-05-14 | feat(config): Enable OfflineIMAP user service | Vincent Ambo | 1 | -0/+1 | |
2018-05-10 | fix(packages): Remove Cargo to let rustup take its place | Vincent Ambo | 1 | -1/+0 | |
2018-05-08 | chore(emacs): Install markdown-mode from unstable | Vincent Ambo | 1 | -12/+14 | |
The stable version does not seem to contain `gfm-view-mode` which is required by LSP. If it's not available the side-effect is nasty freezes of the entire emacs session. | |||||
2018-05-08 | fix(packages): Install required LSP dependency (lsp-ui) | Vincent Ambo | 1 | -0/+1 | |
2018-05-08 | style(pkgs): Slightly more readable emacs section | Vincent Ambo | 1 | -11/+12 | |
2018-05-08 | feat(packages): Install latest lsp-mode & lsp-rust in emacs | Vincent Ambo | 1 | -8/+12 | |
2018-05-08 | refactor(pkgs): Use rustup instead of rustc | Vincent Ambo | 1 | -2/+1 | |
2018-05-05 | feat(packages): Add several system-wide packages | Vincent Ambo | 1 | -1/+11 | |
2018-05-01 | feat(packages): Add more emacs packages from unstable | Vincent Ambo | 1 | -2/+6 | |
Additional packages for ivy are installed from unstable, too, in order to avoid compatibility issues with the ivy version in stable. | |||||
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. |