Update default.nix

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

View file

@ -29,9 +29,9 @@
};
editors = {
default = "zed";
default = "vscodium";
vscodium.enable = true;
zed.enable = true;
# zed.enable = true;
nvim.enable = true;
nano.enable = true;
};