feat(programs): Added thefuck

This commit is contained in:
Uttarayan Mondal
2024-04-16 15:57:51 +05:30
parent b8f5adb6e4
commit 28c77e80cd
3 changed files with 6 additions and 2 deletions

View File

@@ -115,6 +115,10 @@ in {
};
programs = {
thefuck = {
enable = true;
enableFishIntegration = true;
};
direnv = {
enable = true;
# enableFishIntegration = true; // Auto enabled

2
flake.lock generated
View File

@@ -1239,7 +1239,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-VY2c1PaLL9gqH00pAIhKA6RSqhHLEhAaovSjOJ59QPs=",
"narHash": "sha256-vI2Aw+fUWRppZuFnPyD0nvhKB4IdaX00AoXJAgsydjM=",
"path": "./neovim",
"type": "path"
},

View File

@@ -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 = "<leader>m",
neorg_leader = "<C-m>",
},
},
["core.dirman"] = {