switch to mpv
This commit is contained in:
parent
a1d1c91121
commit
6b48f50813
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vlc
|
|
||||||
spotify
|
spotify
|
||||||
image-roll
|
image-roll
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.mpv = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue