Add Hyprland skill and configuration files; enhance installation process with GPU detection and SDDM support

This commit is contained in:
2026-07-05 22:40:27 +02:00
parent 913ebaab14
commit 93de248c5a
14 changed files with 341 additions and 28 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"private": true,
"type": "module",
"scripts": {
"start": "tsx src/cli.ts"
"start": "tsx src/cli.ts",
"test": "tsx --test \"test/**/*.test.ts\""
},
"dependencies": {
"@clack/prompts": "^0.9.0"