Add zed task for switchingthe system config

This commit is contained in:
Fabian Hauser 2025-03-07 15:08:08 +02:00
parent 3bae7e8912
commit eaf945c540

12
.zed/tasks.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"label": "Switch System",
"command": "sudo nixos-rebuild switch --flake .",
"use_new_terminal": true,
"allow_concurrent_runs": false,
"reveal": "always",
"reveal_target": "dock",
"hide": "on_success",
"shell": "system"
}
]