Remove firefox gnome shell addon + more shell extensions
This commit is contained in:
@ -57,7 +57,7 @@
|
|||||||
# See nixpkgs' firefox/wrapper.nix to check which options you can use
|
# See nixpkgs' firefox/wrapper.nix to check which options you can use
|
||||||
cfg = {
|
cfg = {
|
||||||
# Gnome shell native connector
|
# Gnome shell native connector
|
||||||
enableGnomeExtensions = true;
|
enableGnomeExtensions = false; # I don't need this since I declare installed extensions inside HomeManager
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -128,6 +128,13 @@
|
|||||||
# TODO: Moooore
|
# TODO: Moooore
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
|
gnomeExtensions.blur-my-shell
|
||||||
|
gnomeExtensions.sound-output-device-chooser
|
||||||
|
gnomeExtensions.vitals
|
||||||
|
gnomeExtensions.no-overview
|
||||||
|
gnomeExtensions.switch-workspace
|
||||||
|
gnomeExtensions.maximize-to-empty-workspace
|
||||||
|
gnomeExtensions.pip-on-top
|
||||||
|
|
||||||
# Ranger
|
# Ranger
|
||||||
# TODO: Make module out of this
|
# TODO: Make module out of this
|
||||||
|
Reference in New Issue
Block a user