refactor: rename home modules/general cleanup

This commit is contained in:
ooks-io 2024-01-29 11:27:42 +13:00
parent 2c0ab4df6c
commit 39706078e8

View file

@ -53,7 +53,7 @@ in
}; };
skim = { skim = {
enable = true; enable = true;
enableFishIntegration = lib.mkIf config.programs.console.shell.fish.enable true; enableFishIntegration = lib.mkIf config.homeModules.console.shell.fish.enable true;
defaultCommand = "rg --files --hidden"; defaultCommand = "rg --files --hidden";
changeDirWidgetOptions = [ changeDirWidgetOptions = [
"--preview 'eza --icons -L 3 -T --color always {} | head -200'" "--preview 'eza --icons -L 3 -T --color always {} | head -200'"