refactor(home): homeModules -> ooknet

This commit is contained in:
ooks-io 2024-05-30 22:02:18 +12:00
parent b81c929a0b
commit 1d1cb3092f
104 changed files with 214 additions and 255 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, lib, config, ... }:
let
cfg = config.homeModules.console.utility.tools;
cfg = config.ooknet.console.utility.tools;
in
{
config = lib.mkIf cfg.enable {
@ -61,7 +61,7 @@ in
};
fzf = {
enable = true;
enableFishIntegration = lib.mkIf config.homeModules.console.shell.fish.enable true;
enableFishIntegration = lib.mkIf config.ooknet.console.shell.fish.enable true;
defaultCommand = "rg --files --hidden";
changeDirWidgetOptions = [
"--preview 'eza --icons -L 3 -T --color always {} | head -200'"