diff options
Diffstat (limited to 'users/glittershark/system/home/modules/development.nix')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 12 |
1 files changed, 7 insertions, 5 deletions
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"; + }; }; }; |