diff --git a/README.md b/README.md
index 789d095..55b78cf 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)
[lualine](https://github.com/nvim-lualine/lualine.nvim)
[neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim)
[neogit](https://github.com/NeogitOrg/neogit)
+[gitsigns](https://github.com/lewis6991/gitsigns.nvim)
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.nvim)
[coq_nvim](https://github.com/ms-jpq/coq_nvim)
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)
diff --git a/config.nix b/config.nix
index 2b3dfb4..56a0ec4 100644
--- a/config.nix
+++ b/config.nix
@@ -107,6 +107,8 @@
neogit.enable = true;
+ gitsigns.enable = true;
+
tiny-inline-diagnostic = {
enable = true;