unnushell?

This commit is contained in:
mehbark 2025-09-10 23:08:25 -04:00
parent 8dd4c82b8e
commit 910a5c8ec0
4 changed files with 6 additions and 3 deletions

View file

@ -232,7 +232,7 @@ in
}; };
environment.variables.EDITOR = "nvim"; environment.variables.EDITOR = "nvim";
environment.variables.SHELL = "${pkgs.nushell}/bin/nushell"; #environment.variables.SHELL = "${pkgs.nushell}/bin/nushell";
environment.variables.TERM = "kitty"; environment.variables.TERM = "kitty";
# BAD IDEA! I DON'T HAVE A CONCRETE REASON, MAINLY JUST VIBES # BAD IDEA! I DON'T HAVE A CONCRETE REASON, MAINLY JUST VIBES
# STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH # STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH

View file

@ -155,7 +155,7 @@ in
}; };
programs.nushell = { programs.nushell = {
enable = true; enable = !darwin;
settings = { settings = {
show_banner = false; show_banner = false;

View file

@ -539,6 +539,8 @@ If the new path's directories does not exist, create them."
(rust-mode . eglot-ensure) (rust-mode . eglot-ensure)
(before-save . eglot-format) (before-save . eglot-format)
:bind (("C-SPC" . complete-symbol))
:config :config
; (fset #'jsonrpc--log-event #'ignore) ; massive perf boost---don't log every event ; (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 ("rust-analyzer" :initializationOptions
(:check (:command "clippy" (:check (:command "clippy"
:extraArgs ["--" "-W" "clippy::pedantic"]))))) :extraArgs ["--" "-W" "clippy::pedantic"])))))
) )
; oorg ; oorg

View file

@ -1109,7 +1109,7 @@ color15 #ebdbb2
#: Advanced {{{ #: Advanced {{{
shell nu shell fish
#: The shell program to execute. The default value of . means to use #: The shell program to execute. The default value of . means to use
#: whatever shell is set as the default shell for the current user. #: whatever shell is set as the default shell for the current user.