feat: setup mpd
This commit is contained in:
parent
34c586aa9b
commit
6dc175941e
|
@ -3,6 +3,7 @@
|
|||
./cava
|
||||
./discord
|
||||
./dunst
|
||||
./mpv
|
||||
./picom
|
||||
./rofi
|
||||
./thunar
|
||||
|
|
8
home-manager/sajenim/features/desktop/mpv/default.nix
Normal file
8
home-manager/sajenim/features/desktop/mpv/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = [
|
||||
pkgs.mpvScripts.uosc
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue