Updates to get system to build
This commit is contained in:
parent
56213be3dd
commit
b60670389e
7 changed files with 29 additions and 21 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue