mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
- Remove 'with lib' - More idiomatic lib calls - Update config file examples with current best practices
10 lines
137 B
Nu
10 lines
137 B
Nu
let $config = {
|
|
filesize_metric: false
|
|
table_mode: rounded
|
|
use_ls_colors: true
|
|
}
|
|
|
|
|
|
alias ll = ls -a
|
|
alias lsname = (ls | get name)
|