adds chromium
This commit is contained in:
parent
615a962eaf
commit
5373a76e3f
2 changed files with 14 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
|||
tmuxinator
|
||||
adw-gtk3
|
||||
kdePackages.qt6ct
|
||||
ungoogled-chromium
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
@ -57,6 +56,7 @@
|
|||
../modules/tmux
|
||||
../modules/tmuxinator/personal.nix
|
||||
../modules/zen
|
||||
../modules/ungoogled-chromium
|
||||
../modules/wm/niri
|
||||
../modules/wm/noctalia
|
||||
];
|
||||
|
|
|
|||
13
modules/ungoogled-chromium/default.nix
Normal file
13
modules/ungoogled-chromium/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
extensions = [
|
||||
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # uBlock
|
||||
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # Bitwarden
|
||||
{ id = "dbepggeogbaibhgnhhndojpepiihcmeb"; } # Vimium
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue