home: amneesh: update home.packages

Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
Amneesh Singh
2025-09-10 18:57:54 +05:30
parent 346c304427
commit 23d6f855ee

View File

@@ -11,7 +11,6 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
clang-tools
cmake cmake
corkscrew corkscrew
dtc dtc
@@ -23,5 +22,6 @@
ninja ninja
thunderbird thunderbird
wget wget
xfce.thunar
]; ];
} }