1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 16:51:07 +02:00

nvim; add hledger

This commit is contained in:
Kierán Meinhardt
2019-01-03 00:43:21 +01:00
parent 5fa78e451f
commit af03c7c915
3 changed files with 14 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
let
scripts = import ../dot/scripts.nix { inherit pkgs lib; };
daybook = pkgs.callPackage ../packages/daybook.nix {};
unstable = import <nixos-unstable> {};
in with pkgs;
{
nixpkgs.config.allowUnfree = true;
@@ -154,6 +155,7 @@ in with pkgs;
maxima
] ++ [ # shell
daybook
unstable.hledger
jo
jq
memo