feat(nix): migrate the_silver_searcher

This commit is contained in:
Stefan Imhoff
2024-07-05 14:08:11 +02:00
parent cdd9cc3ddd
commit abd9678cb1
5 changed files with 12 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
- ~/.gnupg
- link:
~/.ag: search/ag
~/.asdfrc: asdf/asdfrc
~/.config/base16-shell: .base16-shell
~/.config/bat: bat

View File

@@ -397,8 +397,6 @@ brew "superfile"
brew "svgo"
# Open source continuous file synchronization application
brew "syncthing"
# Code-search similar to ack
brew "the_silver_searcher"
# Text interface for Git repositories
brew "tig"
# Simplified and community-driven man pages

View File

@@ -2,4 +2,3 @@
log
tags
tmp

11
nix/home/ag/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.file.".ag" = {
source = ./ag;
};
home.packages = [
pkgs.silver-searcher
];
}

View File

@@ -7,6 +7,7 @@ in
# https://nix-community.github.io/home-manager/options.html
imports = [
./ack
./ag
./ripgrep
./skhd
./yabai