dotfiles/.zed/tasks.json
Fabian Hauser eaf945c540
All checks were successful
CI / build (push) Successful in 1m24s
Add zed task for switchingthe system config
2025-03-07 15:08:08 +02:00

12 lines
263 B
JSON

[
{
"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"
}
]