diff --git a/modules/home/desktop/editors/default.nix b/modules/home/desktop/editors/default.nix index 7e52920..2c6d1dc 100644 --- a/modules/home/desktop/editors/default.nix +++ b/modules/home/desktop/editors/default.nix @@ -15,7 +15,7 @@ in { inherit (lib.types) nullOr enum; in { default = mkOption { - type = nullOr (enum [ "nano" "nvim" "zed" "kate" ]); + type = nullOr (enum [ "nano" "nvim" "zed" "kate" "vscodium" ]); default = "nano"; description = "Default editor for text manipulation"; example = "nvim";