aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/darwin/home.nix2
-rw-r--r--modules/chromium.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix
index 984c39b..4326c8e 100644
--- a/hosts/darwin/home.nix
+++ b/hosts/darwin/home.nix
@@ -41,8 +41,6 @@
git.enable = true;
nvf.enable = true;
- # No aarh64-darwin
- #chromium.enable = true;
spicetify.enable = true;
zathura.enable = true;
vscode.enable = true;
diff --git a/modules/chromium.nix b/modules/chromium.nix
index 563de4d..c73e8fa 100644
--- a/modules/chromium.nix
+++ b/modules/chromium.nix
@@ -21,7 +21,7 @@
(createChromiumExtension {
# ublock origin
id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";
- sha256 = "sha256:1lnk0k8zy0w33cxpv93q1am0d7ds2na64zshvbwdnbjq8x4sw5p6";
+ sha256 = "sha256:0pdh1v0vx1d5vnl1zh7nbk6j1fh4k4hhwp1ljs203icn306lahsn";
version = "1.63.2";
})
];