diff --git a/common/home.nix b/common/home.nix index ad30713a..1733d87c 100644 --- a/common/home.nix +++ b/common/home.nix @@ -115,6 +115,10 @@ in { }; programs = { + thefuck = { + enable = true; + enableFishIntegration = true; + }; direnv = { enable = true; # enableFishIntegration = true; // Auto enabled diff --git a/flake.lock b/flake.lock index 7c094be6..c308ba41 100644 --- a/flake.lock +++ b/flake.lock @@ -1239,7 +1239,7 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-VY2c1PaLL9gqH00pAIhKA6RSqhHLEhAaovSjOJ59QPs=", + "narHash": "sha256-vI2Aw+fUWRppZuFnPyD0nvhKB4IdaX00AoXJAgsydjM=", "path": "./neovim", "type": "path" }, diff --git a/neovim/nvim.nix b/neovim/nvim.nix index 843fdad8..5eb5e227 100644 --- a/neovim/nvim.nix +++ b/neovim/nvim.nix @@ -435,7 +435,7 @@ in rec { -- https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua config = { default_keybinds = true, - neorg_leader = "m", + neorg_leader = "", }, }, ["core.dirman"] = {