Switch to general-purpose "media" nix file, add "feh" for image viewing

This commit is contained in:
Joey Hafner 2024-10-14 14:15:37 -07:00
parent 9a1839f98e
commit a2b667ac26
2 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ vlc feh ];
}

View File

@ -1,4 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ vlc ];
}