diff --git a/homes/x86_64-linux/rafiq/cli/utilities/misc.nix b/homes/x86_64-linux/rafiq/cli/utilities/misc.nix index e725c39..0bbe431 100644 --- a/homes/x86_64-linux/rafiq/cli/utilities/misc.nix +++ b/homes/x86_64-linux/rafiq/cli/utilities/misc.nix @@ -12,7 +12,13 @@ enable = true; nix-direnv.enable = true; }; + zoxide.enable = true; + nix-index.enable = true; + nix-index-database.comma.enable = true; }; + persistDirs = [ + ".local/share/zoxide" + ]; home = { shellAliases = { windows = "systemctl reboot --boot-loader-entry=auto-windows"; @@ -22,6 +28,7 @@ ai = "aichat -r %shell% -e"; }; packages = with pkgs; [ + ripgrep aichat devenv pantheon.rebuild diff --git a/modules/home/default.nix b/modules/home/default.nix index 07c8cfb..a211cd5 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: +{ config, lib, ... }: let inherit (lib) mkOption; inherit (lib.types) listOf str; @@ -27,13 +22,9 @@ in persistDirs = [ ".ssh" ".config/sops/age" - ".local/share/zoxide" ]; - home.packages = with pkgs; [ ripgrep ]; + programs = { - zoxide.enable = true; - nix-index.enable = true; - nix-index-database.comma.enable = true; ssh = { enable = true; extraConfig = ''