added quick-settings-audio-panel

This commit is contained in:
Kristian Krsnik 2023-08-01 21:07:54 +02:00
parent 354a065642
commit ca4a8a1b48
2 changed files with 9 additions and 0 deletions

View File

@ -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"
];
};
} }

View File

@ -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
] ]