diff --git a/home/amneesh/pkgs.nix b/home/amneesh/pkgs.nix index e872809..16b50f9 100644 --- a/home/amneesh/pkgs.nix +++ b/home/amneesh/pkgs.nix @@ -11,7 +11,6 @@ }; home.packages = with pkgs; [ - clang-tools cmake corkscrew dtc @@ -23,5 +22,6 @@ ninja thunderbird wget + xfce.thunar ]; }