cachyos compatibility
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 48s
Nix Format Check / check-format (push) Failing after 1m49s
Python Lint Check / check-python (push) Failing after 33s

This commit is contained in:
2025-07-18 10:13:33 +02:00
parent fe80046042
commit 085d037f77
46 changed files with 478 additions and 407 deletions

View File

@@ -53,6 +53,7 @@
"remote.SSH.remotePlatform": {
"mennos-laptop-w": "linux",
"mennos-desktop": "linux",
"mennos-cachyos-desktop": "linux",
"cloud": "linux"
},
"editor.tabSize": 2,
@@ -75,5 +76,6 @@
"debug.toolBarLocation": "commandCenter",
"workbench.colorTheme": "Default Dark+",
"ansible.lightspeed.enabled": false,
"ansible.lightspeed.suggestions.enabled": false
"ansible.lightspeed.suggestions.enabled": false,
"docker.extension.enableComposeLanguageServer": false
}