diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..2f7429d --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,24 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "Switch NixOS config", + "command": "nh os switch", + "type": "shell", + "args": [], + "presentation": { + "reveal": "always", + "focus": true, + "clear": true, + "close": false, + "echo": true, + "panel": "dedicated", + "showReuseMessage": false, + }, + "group": { + "isDefault": true, + "kind": "build" + } + } + ] +} \ No newline at end of file