This commit is contained in:
RingOfStorms (Josh) 2024-08-15 09:45:01 -05:00
parent aa33959c3b
commit 575d0bcdb9
2 changed files with 16 additions and 12 deletions

View file

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