diff --git a/configuration.nix b/configuration.nix index 98d0c67..bc17c8e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -232,7 +232,7 @@ in }; environment.variables.EDITOR = "nvim"; - environment.variables.SHELL = "${pkgs.nushell}/bin/nushell"; + #environment.variables.SHELL = "${pkgs.nushell}/bin/nushell"; environment.variables.TERM = "kitty"; # BAD IDEA! I DON'T HAVE A CONCRETE REASON, MAINLY JUST VIBES # STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH diff --git a/home.nix b/home.nix index 170b1bd..8c427a8 100644 --- a/home.nix +++ b/home.nix @@ -155,7 +155,7 @@ in }; programs.nushell = { - enable = true; + enable = !darwin; settings = { show_banner = false; diff --git a/init.el.nix b/init.el.nix index 9e7f0ff..42d064f 100644 --- a/init.el.nix +++ b/init.el.nix @@ -539,6 +539,8 @@ If the new path's directories does not exist, create them." (rust-mode . eglot-ensure) (before-save . eglot-format) + :bind (("C-SPC" . complete-symbol)) + :config ; (fset #'jsonrpc--log-event #'ignore) ; massive perf boost---don't log every event @@ -551,6 +553,7 @@ If the new path's directories does not exist, create them." ("rust-analyzer" :initializationOptions (:check (:command "clippy" :extraArgs ["--" "-W" "clippy::pedantic"]))))) + ) ; oorg diff --git a/kitty.conf.nix b/kitty.conf.nix index fdc3ddf..87b1ec6 100644 --- a/kitty.conf.nix +++ b/kitty.conf.nix @@ -1109,7 +1109,7 @@ color15 #ebdbb2 #: Advanced {{{ -shell nu +shell fish #: The shell program to execute. The default value of . means to use #: whatever shell is set as the default shell for the current user.