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;