Update default.nix

This commit is contained in:
Chris Kruining 2025-03-19 13:21:12 +00:00 committed by GitHub
parent 729e6fe1e1
commit 359d93fdda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";