Updated configuration

This commit is contained in:
2025-08-26 09:21:24 -03:00
parent 3b2ccc8417
commit c784df06fd
39 changed files with 1859 additions and 176 deletions

17
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Build Hyprland Configuration",
"type": "shell",
"command": "nix",
"args": [
"build",
".#homeConfigurations.panotaka@Bellerophon.activationPackage"
],
"group": "build",
"isBackground": false,
"problemMatcher": []
}
]
}