something working!

This commit is contained in:
Jet Pham 2024-03-22 23:47:02 -07:00
parent 03985749c6
commit 0a759878ec
4 changed files with 6 additions and 5 deletions

View file

@ -89,7 +89,7 @@ in {
};
# userChome.css to make it look better
userChrome = buildins.readFile ./userChrome.css;
userChrome = builtins.readFile ./userChrome.css;
};
};
};