feat(nix): migrate ripgrep settings

This commit is contained in:
Stefan Imhoff
2024-06-28 20:05:55 +02:00
parent ab2a743a28
commit ff5f89dd03
7 changed files with 28 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ in
{
# https://nix-community.github.io/home-manager/options.html
imports = [
./ripgrep
./skhd
./yabai
];
@@ -23,11 +24,6 @@ in
# environment.
home.packages = with pkgs; [
nixpkgs-fmt
ripgrep
];
home.sessionVariables = {
EDITOR = "vim";
};
};
}