WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 93c323d8f3 - Show all commits

View file

@ -44,7 +44,6 @@
enable = true; enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
enableCompletion = false; enableCompletion = false;
defaultKeymap = "vicmd";
zplug = { zplug = {
enable = true; enable = true;
plugins = [ plugins = [
@ -156,11 +155,11 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
defaultCommand = "fd -Hlt f"; defaultCommand = "fd -Hlt f";
defaultOptions = "-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all"; defaultOptions = [ "-m --ansi --bind ctrl-a:toggle-all,ctrl-d:deselect-all,ctrl-t:toggle-all" ];
fileWidgetCommand = "fd -Hlt f --strip-cwd-prefix"; fileWidgetCommand = "fd -Hlt f --strip-cwd-prefix";
fileWidgetOptions = [ "--preview 'bat --color=always --style=numbers --line-range=:500 {}" ]; fileWidgetOptions = [ "--preview 'bat --color=always --style=numbers --line-range=:500 {}" ];
changeDirWidgetCommand = "fd -Hlt d"; changeDirWidgetCommand = "fd -Hlt d";
changeDirWidgetOptions = "--preview 'eza -l {}'"; changeDirWidgetOptions = [ "--preview 'eza -l {}'" ];
}; };
git = { git = {