Commit for generation 175

This commit is contained in:
2024-10-02 18:38:11 -04:00
parent 37fb5ae525
commit f7366be528
2 changed files with 20 additions and 15 deletions

4
flake.lock generated
View File

@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727893128, "lastModified": 1727908687,
"narHash": "sha256-ZXv383EtEGPBRS/pDexTqgVSaa5srishPI/PzAfKnR0=", "narHash": "sha256-tQ9k7850VeG+Y9U9K+NqQ7TILVDUyn3sMpB5jRSG1lM=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -12,5 +12,10 @@
trouble.enable = true; trouble.enable = true;
floaterm.enable = true; floaterm.enable = true;
fugitive.enable = true; fugitive.enable = true;
rustaceanvim.enable = true;
dap = {
enable = true;
extensions.dap-ui.enable = true;
};
}; };
} }