From cc14034abe6cd9f90d56853be4f439fd124ac90c Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Thu, 13 Mar 2025 10:36:02 -0400 Subject: [PATCH] fix: neovim --- flake.lock | 18 +++++++++--------- modules/neovim.nix | 3 +-- yadunut-mbp/home.nix | 1 + 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 2ae7667..1797e6b 100644 --- a/flake.lock +++ b/flake.lock @@ -146,11 +146,11 @@ ] }, "locked": { - "lastModified": 1740845322, - "narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=", + "lastModified": 1741791118, + "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", "owner": "nix-community", "repo": "home-manager", - "rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d", + "rev": "18780912345970e5b546b1b085385789b6935a83", "type": "github" }, "original": { @@ -205,11 +205,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1740828860, - "narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=", + "lastModified": 1741513245, + "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "303bd8071377433a2d8f76e684ec773d70c5b642", + "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", "type": "github" }, "original": { @@ -244,11 +244,11 @@ "nuschtosSearch": "nuschtosSearch" }, "locked": { - "lastModified": 1740520037, - "narHash": "sha256-TpZMYjOre+6GhKDVHFwoW2iBWqpNQppQTuqIAo+OBV8=", + "lastModified": 1741709061, + "narHash": "sha256-G1YTksB0CnVhpU1gEmvO3ugPS5CAmUpm5UtTIUIPnEI=", "owner": "nix-community", "repo": "nixvim", - "rev": "6f8d8f7aee84f377f52c8bb58385015f9168a666", + "rev": "3a3abf11700f76738d8ad9d15054ceaf182d2974", "type": "github" }, "original": { diff --git a/modules/neovim.nix b/modules/neovim.nix index 70a13e4..b8ca757 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -146,8 +146,7 @@ sources = [ {name = "nvim_lsp";} {name = "nvim_lua";} - {name = "emoji";} - {name = "emoji";} + # {name = "emoji";} { name = "buffer"; option.get_bufnrs.__raw = "vim.api.nvim_list_bufs"; diff --git a/yadunut-mbp/home.nix b/yadunut-mbp/home.nix index 5cb052a..512998b 100644 --- a/yadunut-mbp/home.nix +++ b/yadunut-mbp/home.nix @@ -52,6 +52,7 @@ pkgs.rust-analyzer pkgs.claude-code + pkgs.httpie # (inputs.ziggy.outputs.packages.aarch64-darwin.ziggy) (inputs.superhtml.outputs.packages.aarch64-darwin.superhtml)