diff --git a/configuration.nix b/configuration.nix index 09cc221..a500a71 100644 --- a/configuration.nix +++ b/configuration.nix @@ -206,6 +206,11 @@ in { ]; programs = { + neovim = { + enable = true; + defaultEditor = true; + }; + steam = { enable = true; }; diff --git a/home.nix b/home.nix index 081d588..636f4c1 100644 --- a/home.nix +++ b/home.nix @@ -87,7 +87,7 @@ helix = { enable = true; - defaultEditor = true; + defaultEditor = false; settings = { theme = "onedark"; editor = {