refactor(nix): Use userChrome from include/ dir

Also move stuff
This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 20:07:16 +07:00
parent c00fe68433
commit 180152426c
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 3 additions and 69 deletions

View file

@ -70,7 +70,7 @@ for default_path in default_paths:
chrome_path = pathlib.Path(f"{profile_path}/chrome")
chrome_path.mkdir(parents=True, exist_ok=True)
user_chrome_path = chrome_path / "userChrome.css"
target_path = f"{dotfiles}/.include/ff-chrome/userChrome.css"
target_path = f"{dotfiles}/include/floorp/ziro-userChrome.css"
try:
user_chrome_path.symlink_to(target_path)
installed += 1