1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add chromium configuration

This commit is contained in:
andrey_varnavskiy
2024-12-16 06:07:15 +05:00
parent 7edd41d722
commit 48436aba7d
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
programs.chromium = {
enable = true;
extensions = [
# Dark Reader
{ id = "eimadpbcbfnmbkopoojfekhnkhdbieeh"; }
# Unhook - Remove YouTube Recommended & Shorts
{ id = "khncfooichmfjbepaaaebmommgaepoid"; }
# FireShot
{ id = "mcbpblocgmgfnpjjppndjkmgjaogfceg"; }
];
};
}

View File

@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./alacritty.nix ./alacritty.nix
./chromium.nix
./eza.nix ./eza.nix
./git.nix ./git.nix
./hyprland ./hyprland