mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
Package todoist, add grive cron job, add asciidoctor
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
let
|
||||
scripts = import ../dot/scripts.nix { inherit pkgs lib; };
|
||||
daybook = pkgs.callPackage ../packages/daybook.nix {};
|
||||
todoist = pkgs.callPackage ../packages/todoist {};
|
||||
unstable = import <nixos-unstable> {};
|
||||
in with pkgs;
|
||||
{
|
||||
@@ -113,10 +114,13 @@ in with pkgs;
|
||||
realscripts
|
||||
pbox
|
||||
stdclsdv
|
||||
fdsymbol
|
||||
moderncv
|
||||
xstring;
|
||||
})
|
||||
pandoc
|
||||
haskellPackages.pandoc-citeproc
|
||||
asciidoctor
|
||||
] ++ [ # programming
|
||||
cloc
|
||||
gnumake
|
||||
@@ -160,6 +164,7 @@ in with pkgs;
|
||||
maxima
|
||||
] ++ [ # shell
|
||||
daybook
|
||||
# todoist
|
||||
unstable.hledger
|
||||
jo
|
||||
jq
|
||||
|
||||
Reference in New Issue
Block a user