add bun and node
This commit is contained in:
parent
b347093a53
commit
1d98c35cb5
7 changed files with 100 additions and 55 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
inherit (lib.types) nullOr enum;
|
||||
in {
|
||||
default = mkOption {
|
||||
type = nullOr (enum [ "nano" "nvim" ]);
|
||||
type = nullOr (enum [ "nano" "nvim" "zed" "kate" ]);
|
||||
default = "nano";
|
||||
description = "Default editor for text manipulation";
|
||||
example = "nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue