Skip to content

Commit

Permalink
feat(gnome): Add volume mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 24, 2024
1 parent fced643 commit ef93a05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ in {
"dash-to-dock@micxgx.gmail.com"
"gTile@vibou"
"search-light@icedman.github.com"
"quick@web.search"
"user-theme@gnome-shell-extensions.gcampax.github.com"
"quick-settings-tweaks@qwreey"
];
};
"org/gnome/desktop/interface" = {
Expand Down Expand Up @@ -62,6 +62,12 @@ in {
apply-custom-theme = false;
};
"org/gnome/shell/extensions/trayIconsReloaded" = { icons-limit = 10; };
"org/gnome/shell/extensions/quick-settings-tweaks" = {
output-show-selected = true;
input-show-selected = true;
input-always-show = true;
volume-mixer-enabled = true;
};
"org/gnome/desktop/background" = {
picture-uri = "file://${wallpaperImg}";
};
Expand Down
2 changes: 1 addition & 1 deletion nixos-modules/desktop_environment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
tray-icons-reloaded
gtile
search-light
quick-web-search
user-themes
quick-settings-tweaker
];
};

Expand Down

0 comments on commit ef93a05

Please sign in to comment.