17 lines
301 B
JSON
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": []
|
|
}
|
|
]
|
|
} |