mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-25 00:52:06 +00:00
~
This commit is contained in:
parent
a8b6ce3036
commit
f013ffb9b3
3 changed files with 4 additions and 1 deletions
|
@ -73,10 +73,11 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
#! doesn't seem to do anything ;w;;;;;
|
|
||||||
mpdris2 = {
|
mpdris2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mpd.musicDirectory = "/mnt/world/music";
|
mpd.musicDirectory = "/mnt/world/music";
|
||||||
|
multimediaKeys = true;
|
||||||
|
notifications = true;
|
||||||
};
|
};
|
||||||
mpris-proxy.enable = true;
|
mpris-proxy.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
mpd.enable = true; # Configured with home-manager
|
||||||
# CUPS printing
|
# CUPS printing
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
# misc
|
# misc
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
vscodium
|
vscodium
|
||||||
# music
|
# music
|
||||||
mpc
|
mpc
|
||||||
|
playerctl
|
||||||
rmpc
|
rmpc
|
||||||
# X11
|
# X11
|
||||||
hsetroot
|
hsetroot
|
||||||
|
|
Loading…
Add table
Reference in a new issue