build a brandnew architecture for configurations.

This commit is contained in:
Ulic-youthlic 2025-01-08 14:53:44 +08:00
parent 08aacf8c0d
commit 6dbbce42cf
43 changed files with 425 additions and 643 deletions

View file

@ -0,0 +1,15 @@
{ ... }:
{
programs.zed-editor = {
enable = true;
extensions = [
"nix"
"toml"
"make"
"rust"
];
userSettings = {
vim_mode = true;
};
};
}