waybar: Use myxer as a graphical audio mixer

This commit is contained in:
2021-10-27 19:18:11 +02:00
parent 734a910a90
commit 34c1d0aadb
4 changed files with 37 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ in mkHost config {
userName = "alexander";
hostName = "miku";
primaryInterface = "enp6s0";
overlays = [ "nur" "unstable" "simple" "custom" "emacs" ];
overlays = [ "nur" "unstable" "stable" "simple" "custom" "emacs" ];
hardwareImports = [ "amdgpu" "amd" ];
programImports = [
"zsh" "git" "mpv" "tmux" "emacs" "firefox" "i18n" "gamemode" "gnome" #"gnome-terminal"
@@ -112,6 +112,17 @@ in mkHost config {
gnome.gnome-keyring.enable = true;
};
environment.sessionVariables = {
# sway
#"_JAVA_AWT_NONREPARENTING" = 1;
# Wayland
"QT_QPA_PLATFORM" = "wayland-egl";
"ECORE_EVAS_ENGINE" = "wayland-egl";
"ELM_ENGINE" = "wayland-egl";
"SDL_VIDEODRIVER" = "wayland";
};
# TODO: Move into modules
systemd.user.services = {
scream = {