mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 02:36:54 +00:00
- Remove 'with lib' - More idiomatic lib calls - Update config file examples with current best practices
9 lines
137 B
Text
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)
|