From 56cba6e032e8087dc21702a6826d606501869c8d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 2 Aug 2020 15:58:26 -0400 Subject: feat(gs/home): Bump alacritty version Bump to alacritty 0.5.0 (which is happening by fetching YANNPP (Yet Another Nixpkgs Pin) because overriding versions of rust packages is not very well supported) and update the relevant home-manager version and pin to get it installed and configured with vi-mode. Change-Id: I4fd96bd0c0611ce76500c33bf0b2c680ee7f44c3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1583 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/modules/development.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'users/glittershark/system/home/modules/development.nix') diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 0cd7bf6eb356..aef0c3e6fdca 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -55,6 +55,8 @@ with lib; hyperfine clj2nix + clojure + leiningen pg-dump-upsert @@ -82,11 +84,11 @@ with lib; delta = { enable = true; - options = [ - "--theme 'Solarized (light)'" - "--hunk-style" "plain" - "--commit-style" "box" - ]; + options = { + theme = "Solarized (light)"; + hunk-style = "plain"; + commit-style = "box"; + }; }; }; -- cgit 1.4.1