diff --git a/modules/applications/zsh.nix b/modules/applications/zsh.nix index 0c8014c..3305adc 100644 --- a/modules/applications/zsh.nix +++ b/modules/applications/zsh.nix @@ -88,6 +88,7 @@ _: { nnvim = "nvim"; nvvim = "nvim"; nviim = "nvim"; + hledger-ui = "puffin"; }; }; }; diff --git a/modules/utilities/budget.nix b/modules/utilities/budget.nix index 0e27d6e..329e4d4 100644 --- a/modules/utilities/budget.nix +++ b/modules/utilities/budget.nix @@ -2,9 +2,9 @@ _: { flake.nixosModules.hledger = {pkgs, ...}: { environment.systemPackages = with pkgs; [ hledger - hledger-ui hledger-web asciinema # used for some hledger demos + puffin ]; }; flake.nixosModules.hledger-laptop = _: {