Files
dotfiles/dot_config/nushell/config_nofetch.nu
T
2026-04-08 23:08:51 +01:00

13 lines
382 B
Nu

# Imports of custom modules from init to help keep my config file clean
use default_config.nu
use init.nu *
# Combine config records to create the final config
$env.config = (
(default_config) | merge (theme) | merge (my_config)
)
# Initialise the plugins
source nu_scripts.nu
# Finally, initialise the completion plugins
source integrations/atuin.nu
source integrations/rbw.nu