refactor(nix): Use userChrome from include/
dir
Also move stuff
This commit is contained in:
parent
c00fe68433
commit
180152426c
4 changed files with 3 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue