From 8d1bd5af55518d7e27e11e7277bfcccef09ba179 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 21 Jul 2022 17:38:19 -0500 Subject: [PATCH] update path --- hostapps/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapps/update.py b/hostapps/update.py index 667515c..e025da0 100644 --- a/hostapps/update.py +++ b/hostapps/update.py @@ -20,7 +20,7 @@ def main(): threading=True, ) - appdir = pathlib.Path("~/.config/nixpkgs/hostapps.json").expanduser().resolve() + appdir = pathlib.Path("~/dev/home-manager/hostapps.json").expanduser().resolve() data = {}