Switch to general-purpose "media" nix file, add "feh" for image viewing
This commit is contained in:
parent
9a1839f98e
commit
a2b667ac26
4
nix/home-manager/app/media/media.nix
Normal file
4
nix/home-manager/app/media/media.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ vlc feh ];
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ vlc ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user