update path
This commit is contained in:
parent
ac0a582461
commit
8d1bd5af55
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def main():
|
||||||
threading=True,
|
threading=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
appdir = pathlib.Path("~/.config/nixpkgs/hostapps.json").expanduser().resolve()
|
appdir = pathlib.Path("~/dev/home-manager/hostapps.json").expanduser().resolve()
|
||||||
|
|
||||||
data = {}
|
data = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue