1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-31 05:01:52 -05:00
parent f014608281
commit 90b6fda593
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,4 @@
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
xcompmgr &
sleep 5
yambar &

View file

@ -61,13 +61,11 @@
#? Using ALSA when we're using pipewire??? <https://nixos.wiki/wiki/MPD#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 = {

View file

@ -65,6 +65,7 @@
yambar
# misc
catppuccin-sddm
mpc
steam-run
uxn
];