mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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;
|
enable = mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.chromium.extensions = [
|
||||||
|
"gphhapmejobijbbhgpjhcjognlahblep" # Gnome Shell integration
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; []
|
environment.systemPackages = with pkgs; []
|
||||||
++ [
|
++ [
|
||||||
guake
|
guake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue