mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +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
|
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
|
sleep 5
|
||||||
yambar &
|
yambar &
|
||||||
|
|
|
@ -61,13 +61,11 @@
|
||||||
#? Using ALSA when we're using pipewire??? <https://nixos.wiki/wiki/MPD#PipeWire>
|
#? Using ALSA when we're using pipewire??? <https://nixos.wiki/wiki/MPD#PipeWire>
|
||||||
mpd = {
|
mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
#? user = "rae";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
audio_output {
|
audio_output {
|
||||||
type "alsa"
|
type "pipewire"
|
||||||
name "alsa"
|
name "main"
|
||||||
mixer_type "hardware"
|
|
||||||
mixer_device "default"
|
|
||||||
mixer_control "PCM"
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -106,6 +104,10 @@
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
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 = {
|
xdg.portal = {
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
yambar
|
yambar
|
||||||
# misc
|
# misc
|
||||||
catppuccin-sddm
|
catppuccin-sddm
|
||||||
|
mpc
|
||||||
steam-run
|
steam-run
|
||||||
uxn
|
uxn
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue