feat(programs): Added thefuck
This commit is contained in:
@@ -115,6 +115,10 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
thefuck = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableFishIntegration = true; // Auto enabled
|
# enableFishIntegration = true; // Auto enabled
|
||||||
|
|||||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1239,7 +1239,7 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-VY2c1PaLL9gqH00pAIhKA6RSqhHLEhAaovSjOJ59QPs=",
|
"narHash": "sha256-vI2Aw+fUWRppZuFnPyD0nvhKB4IdaX00AoXJAgsydjM=",
|
||||||
"path": "./neovim",
|
"path": "./neovim",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -435,7 +435,7 @@ in rec {
|
|||||||
-- https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua
|
-- https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua
|
||||||
config = {
|
config = {
|
||||||
default_keybinds = true,
|
default_keybinds = true,
|
||||||
neorg_leader = "<leader>m",
|
neorg_leader = "<C-m>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user