diff --git a/configs/home.nogui.nix b/configs/home.nogui.nix index 06d0041..5bfc634 100644 --- a/configs/home.nogui.nix +++ b/configs/home.nogui.nix @@ -5,7 +5,7 @@ LANG = "en_US.UTF-8"; EDITOR = "nvim"; RCLONE_CONFIG = "${programs/rclone.conf}"; - LEDGER_FILE = "~/Sync/Budget.journal"; + LEDGER_FILE = "/home/ember/Sync/Budget.journal"; }; home.keyboard.layout = "us"; home.keyboard.variant = "3l";