Add gparted and filelight packages

This commit is contained in:
panotaka
2023-12-07 09:23:53 -04:00
parent 46ddc81886
commit 310c55b1e6
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
# KDE specific packages
filelight
];
}