feat: add neovim

This commit is contained in:
itsscb 2025-04-01 23:09:28 +02:00
parent ab06982dc4
commit f0bb54cfde
2 changed files with 6 additions and 1 deletions

View File

@ -206,6 +206,11 @@ in {
]; ];
programs = { programs = {
neovim = {
enable = true;
defaultEditor = true;
};
steam = { steam = {
enable = true; enable = true;
}; };

View File

@ -87,7 +87,7 @@
helix = { helix = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = false;
settings = { settings = {
theme = "onedark"; theme = "onedark";
editor = { editor = {