Fix broken CSS theme introduced with Firefox 133

This commit is contained in:
Jimbo 2024-12-02 00:25:14 -05:00
parent dc2a40eda1
commit 99d26740dd
4 changed files with 91 additions and 57 deletions

View file

@ -3,11 +3,6 @@
system.autoUpgrade = {
enable = true;
flake = self.outPath;
flags = [
"--update-input"
"nixpkgs"
"--commit-lock-file"
];
dates = "daily";
};
}