mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate ripgrep settings
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user