Files
nix-config/.vscode/tasks.json
2025-08-26 09:21:24 -03:00

17 lines
301 B
JSON

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