add image viewing

This commit is contained in:
RingOfStorms (Josh) 2024-07-25 14:24:23 -05:00
parent 1f645e2aa8
commit fbe285ef02
3 changed files with 8 additions and 6 deletions

View file

@ -0,0 +1,5 @@
{ settings, pkgs, ... }:
{
home.packages = with pkgs; [ gnome.nautilus qimgv ];
}

View file

@ -1,5 +0,0 @@
{ settings, pkgs, ... }:
{
home.packages = [ pkgs.gnome.nautilus ];
}