1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 02:36:54 +00:00
home-manager/tests/modules/programs/nushell/config-expected.nu
Joaquín Triñanes a1df6c4c76
nushell: slight refactor
- Remove 'with lib'
- More idiomatic lib calls
- Update config file examples with current best practices
2025-01-29 18:20:43 +01:00

9 lines
137 B
Text

let $config = {
filesize_metric: false
table_mode: rounded
use_ls_colors: true
}
alias ll = ls -a
alias lsname = (ls | get name)