mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 12:19:43 +01:00
931e610552
Recent versions of nushell uses a different configuration setup. This commit adjusts the module to match. Fixes #2952 Fixes #2837
5 lines
87 B
Text
5 lines
87 B
Text
let $config = {
|
|
filesize_metric: false
|
|
table_mode: rounded
|
|
use_ls_colors: true
|
|
}
|