Add zed task for switchingthe system config
All checks were successful
CI / build (push) Successful in 1m24s
All checks were successful
CI / build (push) Successful in 1m24s
This commit is contained in:
parent
3bae7e8912
commit
eaf945c540
1 changed files with 12 additions and 0 deletions
12
.zed/tasks.json
Normal file
12
.zed/tasks.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue