From cd21c88a5c67afeb95b21c285e414972b547464c Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 14 Apr 2020 21:51:22 +0300 Subject: [PATCH] feat: added a video player --- modules/applications/misc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/applications/misc.nix b/modules/applications/misc.nix index cf12270..5e4bf8d 100644 --- a/modules/applications/misc.nix +++ b/modules/applications/misc.nix @@ -21,5 +21,6 @@ # other stuff spectacle # take screenshots unstable.elementary-planner # project planner + vlc # video player ]; }