NixOS and Home Manager config

feat(helix): show all files and sort sensibly in broot + enable modal mode to line up with helix

nel.pet 834f2479 1ab7a189

verified
Changed files
+5
modules
home
helix
+5
modules/home/helix/default.nix
···
'';
};
broot-conf = pkgs.writeTextDir "brootconf/conf.toml" ''
+
modal = true
+
initial_mode = "command"
+
+
default_flags = "-gihc :sort_by_type"
+
[[verbs]]
invocation = "edit"
key = "enter"