Correct ledger file location
This commit is contained in:
parent
1c4a71b791
commit
7cce30000b
|
@ -5,7 +5,7 @@
|
||||||
LANG = "en_US.UTF-8";
|
LANG = "en_US.UTF-8";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
RCLONE_CONFIG = "${programs/rclone.conf}";
|
RCLONE_CONFIG = "${programs/rclone.conf}";
|
||||||
LEDGER_FILE = "~/Sync/Budget.journal";
|
LEDGER_FILE = "/home/ember/Sync/Budget.journal";
|
||||||
};
|
};
|
||||||
home.keyboard.layout = "us";
|
home.keyboard.layout = "us";
|
||||||
home.keyboard.variant = "3l";
|
home.keyboard.variant = "3l";
|
||||||
|
|
Loading…
Reference in a new issue