Updates to get system to build

This commit is contained in:
Elnu 2025-03-21 14:34:32 -07:00
parent 56213be3dd
commit b60670389e
7 changed files with 29 additions and 21 deletions

View file

@ -11,6 +11,7 @@ let
};
in
{
# TODO broken as of 2025-03-21
nixpkgs = {
config.allowUnfree = true;
overlays = [
@ -52,7 +53,8 @@ in
"browser.backspace_action" = 0;
"extensions.unifiedExtensions.enabled" = false;
};
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
# TODO broken as of 2025-03-21
# userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
};
};
}