mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
feat:mpv
This commit is contained in:
5
home/gui/media-player/mpv.nix
Normal file
5
home/gui/media-player/mpv.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
_: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vlc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user