diff --git a/configs/openbox/autostart b/configs/openbox/autostart index a55e2fd..db18982 100644 --- a/configs/openbox/autostart +++ b/configs/openbox/autostart @@ -1,3 +1,4 @@ hsetroot -cover ~/.dotfiles/assets/wallpapers/current xcompmgr & +sleep 5 yambar & diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index 0075fc3..59419af 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -61,13 +61,11 @@ #? Using ALSA when we're using pipewire??? mpd = { enable = true; + #? user = "rae"; extraConfig = '' audio_output { - type "alsa" - name "alsa" - mixer_type "hardware" - mixer_device "default" - mixer_control "PCM" + type "pipewire" + name "main" } ''; }; @@ -106,6 +104,10 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ''; }; + # https://github.com/NixOS/nixpkgs/issues/102547#issuecomment-1016671189 + mpd.environment = { + XDG_RUNTIME_DIR = "/run/user/1000"; + }; }; xdg.portal = { diff --git a/nixos/packages.nix b/nixos/packages.nix index 8832268..959f5dd 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -65,6 +65,7 @@ yambar # misc catppuccin-sddm + mpc steam-run uxn ];