feat(nix): migrate ack settings

This commit is contained in:
Stefan Imhoff
2024-06-30 09:37:52 +02:00
parent 98ed207c77
commit 1c58b682bc
4 changed files with 10 additions and 1 deletions

View File

@@ -13,7 +13,6 @@
- ~/.gnupg
- link:
~/.ack: search/ack
~/.ag: search/ag
~/.asdfrc: asdf/asdfrc
~/.config/alacritty: alacritty

9
nix/home/ack/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
home.file.".ack" = {
source = ./ack;
};
home.packages = [ pkgs.ack ];
}

View File

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