mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
parent
a62e4c88d7
commit
18b56e3f7d
1 changed files with 4 additions and 0 deletions
|
@ -13,12 +13,16 @@ with lib;
|
|||
assertFileExists home-files/.config/broot/conf.toml
|
||||
assertFileContent home-files/.config/broot/conf.toml ${
|
||||
pkgs.writeText "broot.expected" ''
|
||||
content_search_max_file_size = "10MB"
|
||||
imports = ["verbs.hjson", {file = "dark-blue-skin.hjson", luma = ["dark", "unknown"]}, {file = "white-skin.hjson", luma = "light"}]
|
||||
modal = true
|
||||
show_selection_mark = true
|
||||
verbs = []
|
||||
|
||||
[skin]
|
||||
|
||||
[special_paths]
|
||||
"/media" = "no-enter"
|
||||
''
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue