This commit is contained in:
RingOfStorms (Josh) 2024-08-05 15:29:00 -05:00
parent 02a2157733
commit 53e98beb2b
9 changed files with 130 additions and 195 deletions

View file

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