mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: hledger test
This commit is contained in:
parent
6a093dfcc6
commit
d145245648
1 changed files with 8 additions and 7 deletions
|
@ -44,13 +44,14 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# environment = {
|
environment = {
|
||||||
# systemPackages = builtins.attrValues {
|
systemPackages = builtins.attrValues {
|
||||||
# inherit (pkgs)
|
inherit (pkgs)
|
||||||
# hledger
|
hledger
|
||||||
# ;
|
hledger-ui
|
||||||
# };
|
;
|
||||||
# };
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.${service.name} = {
|
users.${service.name} = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue