Commit for generation 113

This commit is contained in:
2024-09-26 17:42:08 -04:00
parent bf50590bcd
commit 0128b3f772
2 changed files with 11 additions and 6 deletions

10
flake.lock generated
View File

@@ -195,11 +195,11 @@
]
},
"locked": {
"lastModified": 1727381010,
"narHash": "sha256-2PqUwnZXjYiPUm5A4d8Z31mvLS4lvUeV/9gUhSMmNR4=",
"lastModified": 1727383923,
"narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "853e7bd24f875bac2e3a0cf72f993e917d0f8cf5",
"rev": "ffe2d07e771580a005e675108212597e5b367d2d",
"type": "github"
},
"original": {
@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1727382313,
"narHash": "sha256-jlisVwGJIvc5E7tb981M9XuFq6IXXrHePdALaiavQIM=",
"lastModified": 1727386921,
"narHash": "sha256-qdTY7KWB0+7QZQKT85OcZRj56aG/3o8ILLnYBvEVihA=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path"
},

View File

@@ -1,10 +1,15 @@
{
keymaps = [
{
action = "<C-w>w";
action = "<C-W>W";
key = "<S-Tab>";
mode = "n";
}
{
action = "<C-w>w";
key = "<Tab>";
mode = "n";
}
{
action = "<cmd>FloatermToggle shadeterm<CR>";
key = "<F2>";