diff options
| author | andromeda <andromeda@lenovo> | 2026-02-21 15:59:08 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-02-21 15:59:08 +0100 |
| commit | de1879b9a0b9a412068785d81cc17bbf947d0eef (patch) | |
| tree | f3db0eaaa675b872c52f5587a3a84838481a54ba /overlays/phoenix.nix | |
| parent | 0647d9a8e0d54005b58b286f5caf8e944de3f7f8 (diff) | |
idk prolly smt ig
Diffstat (limited to 'overlays/phoenix.nix')
| -rw-r--r-- | overlays/phoenix.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/overlays/phoenix.nix b/overlays/phoenix.nix deleted file mode 100644 index ad9bab4..0000000 --- a/overlays/phoenix.nix +++ /dev/null @@ -1,21 +0,0 @@ -final: prev: let - phoenix-src = prev.fetchFromGitHub { - owner = "celenityy"; - repo = "Phoenix"; - rev = "07d9be8cbf938962f9847b0970274b885ff48792"; - hash = "sha256-I9pKhfhAz3JsGBLIqr9MNycTEQn0Bc3jzf0mKeWLlsE="; - }; -in { - phoenix = (final.callPackage (import "${phoenix-src}/nix/package.nix") - { - }).overrideAttrs { - patches = [ - ../patches/0001-autoDisableScopes-unlocked.patch - ]; - }; - withPhoenix = firefoxPackage: - firefoxPackage.override { - extraPoliciesFiles = ["${final.phoenix}/policies.json"]; - extraPrefsFiles = ["${final.phoenix}/phoenix.cfg"]; - }; -} |
