feat(programs): Added thefuck
This commit is contained in:
@@ -115,6 +115,10 @@ in {
|
||||
};
|
||||
|
||||
programs = {
|
||||
thefuck = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
# enableFishIntegration = true; // Auto enabled
|
||||
|
||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1239,7 +1239,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-VY2c1PaLL9gqH00pAIhKA6RSqhHLEhAaovSjOJ59QPs=",
|
||||
"narHash": "sha256-vI2Aw+fUWRppZuFnPyD0nvhKB4IdaX00AoXJAgsydjM=",
|
||||
"path": "./neovim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -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"] = {
|
||||
|
||||
Reference in New Issue
Block a user