feat: add hledger
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
712eadd55c
commit
9b0d344339
2 changed files with 11 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./go.nix
|
./go.nix
|
||||||
|
./hledger.nix
|
||||||
./irssi.nix
|
./irssi.nix
|
||||||
./k8s.nix
|
./k8s.nix
|
||||||
#./mail.nix
|
#./mail.nix
|
||||||
|
|
|
||||||
10
home/lander/features/workstation/hledger.nix
Normal file
10
home/lander/features/workstation/hledger.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
hledger
|
||||||
|
hledger-ui
|
||||||
|
hledger-utils
|
||||||
|
hledger-web
|
||||||
|
puffin
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue