nixos/chrome-gnome-shell: enable in firefox
This commit is contained in:
@@ -23,5 +23,7 @@ with lib;
|
|||||||
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
|
environment.systemPackages = [ pkgs.chrome-gnome-shell ];
|
||||||
|
|
||||||
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
|
services.dbus.packages = [ pkgs.chrome-gnome-shell ];
|
||||||
|
|
||||||
|
nixpkgs.config.firefox.enableGnomeExtensions = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user