mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
f014608281
commit
90b6fda593
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
||||
xcompmgr &
|
||||
sleep 5
|
||||
yambar &
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
yambar
|
||||
# misc
|
||||
catppuccin-sddm
|
||||
mpc
|
||||
steam-run
|
||||
uxn
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue