Updated configuration
This commit is contained in:
17
.vscode/tasks.json
vendored
Normal file
17
.vscode/tasks.json
vendored
Normal 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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user