Update to 23.05

This commit is contained in:
Alexander Kobjolke 2023-06-23 11:25:01 +02:00
parent 074ab56782
commit e2f20f0278
6 changed files with 253 additions and 139 deletions

View file

@ -48,7 +48,7 @@ in {
pandoc
hledger
hledger-web
hledger-iadd
#hledger-iadd
hledger-ui
#smos
#haskellPackages.patat # terminal based presentations using pandoc
@ -109,7 +109,7 @@ in {
emacs = {
enable = true;
package = pkgs.emacsUnstable;
package = pkgs.emacs-unstable;
extraPackages = epkgs: with epkgs; [ vterm ];
};