added quick-settings-audio-panel
This commit is contained in:
parent
354a065642
commit
ca4a8a1b48
@ -50,4 +50,10 @@
|
|||||||
"org/gnome/Console" = {
|
"org/gnome/Console" = {
|
||||||
theme = "auto";
|
theme = "auto";
|
||||||
};
|
};
|
||||||
|
"org/gnome/shell" = {
|
||||||
|
disable-user-extensions = false;
|
||||||
|
enabled-extensions = [
|
||||||
|
"quick-settings-audio-panel@rayzeq.github.io"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,4 +24,7 @@ with pkgs; [
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
nerdfonts # Font with glyphs for status bar
|
nerdfonts # Font with glyphs for status bar
|
||||||
|
|
||||||
|
# Gnome extension
|
||||||
|
gnomeExtensions.quick-settings-audio-panel
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user