mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
helix: set rust backtrace to full
This commit is contained in:
parent
e9f5bce55b
commit
23e00cc0f5
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ in {
|
|||
})];
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
programs.nushell.configFile.text = mkIf (config.isDesktop && config.isLinux) <| mkAfter /* nu */ ''
|
||||
programs.nushell.configFile.text = mkIf /*(*/config.isDesktop/* && config.isLinux)*/ <| mkAfter /* nu */ ''
|
||||
def --wrapped hx [...arguments] {
|
||||
if $env.TERM == "xterm-kitty" {
|
||||
kitty @ set-spacing padding=0
|
||||
}
|
||||
|
||||
^hx ...$arguments
|
||||
RUST_BACKTRACE=full ^hx ...$arguments
|
||||
|
||||
if $env.TERM == "xterm-kitty" {
|
||||
kitty @ set-spacing padding=${toString config.theme.padding}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue