mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Gnome] chromium: add Gnome Shell integration
This commit is contained in:
parent
373e753898
commit
92ce171ecc
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ in {
|
|||
enable = mkDefault true;
|
||||
};
|
||||
|
||||
programs.chromium.extensions = [
|
||||
"gphhapmejobijbbhgpjhcjognlahblep" # Gnome Shell integration
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; []
|
||||
++ [
|
||||
guake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue