单独定义nix-ld; 增加smartmontools; 增添docker配置; 修改hyprland样式

This commit is contained in:
2025-05-05 12:17:26 +08:00
parent d605c0f637
commit e6891f9f8e
14 changed files with 282 additions and 237 deletions

View File

@@ -48,5 +48,12 @@
"workbench.colorTheme": "Default Light Modern",
"augment.chat.userGuidelines": "Always response in 中文",
"augment.completions.enableAutomaticCompletions": true,
"editor.fontFamily": "'Source Code Pro', 'JetBrainsMono Nerd Font'"
"editor.fontFamily": "'Source Code Pro', 'JetBrainsMono Nerd Font'",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false,
"nix": true
}
}