From eac8c777976f55129c247b962cc60de8f16abf07 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 12 Jul 2024 09:51:21 +0530 Subject: [PATCH] home/amneesh: update Signed-off-by: Amneesh Singh --- home/amneesh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/amneesh.nix b/home/amneesh.nix index 7112dd8..9e3642c 100644 --- a/home/amneesh.nix +++ b/home/amneesh.nix @@ -8,11 +8,14 @@ packages = with pkgs; [ htop nattovim + clang-tools + llvmPackages.clang ]; }; imports = [ ./natto/emacs.nix + # ./natto/wayland.nix ]; xdg.mime.enable = true;