mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
18 lines
245 B
JSON
18 lines
245 B
JSON
{
|
|
"autoAccept": true,
|
|
"permissions": {
|
|
"allow": [
|
|
"command(git)"
|
|
],
|
|
"ask": [
|
|
"command(*)"
|
|
],
|
|
"deny": [
|
|
"command(rm -rf)"
|
|
]
|
|
},
|
|
"preferredEditor": "nvim",
|
|
"theme": "Default",
|
|
"vimMode": true
|
|
}
|