mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: hledger test
This commit is contained in:
parent
1da13e96b6
commit
b6e41d866a
3 changed files with 22 additions and 2 deletions
10
nixos/modules/services/hledger.nix
Normal file → Executable file
10
nixos/modules/services/hledger.nix
Normal file → Executable file
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
flake,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -40,6 +41,15 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
# enableAllTerminfo = true;
|
||||
systemPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
hledger
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/${service.name}" = {
|
||||
device = service.paths.path0;
|
||||
fsType = "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue