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:
15
home-manager/modules/chromium.nix
Normal file
15
home-manager/modules/chromium.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
# Dark Reader
|
||||||
|
{ id = "eimadpbcbfnmbkopoojfekhnkhdbieeh"; }
|
||||||
|
|
||||||
|
# Unhook - Remove YouTube Recommended & Shorts
|
||||||
|
{ id = "khncfooichmfjbepaaaebmommgaepoid"; }
|
||||||
|
|
||||||
|
# FireShot
|
||||||
|
{ id = "mcbpblocgmgfnpjjppndjkmgjaogfceg"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./chromium.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./hyprland
|
./hyprland
|
||||||
|
Reference in New Issue
Block a user