mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate ack settings
This commit is contained in:
@@ -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
9
nix/home/ack/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".ack" = {
|
||||
source = ./ack;
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.ack ];
|
||||
}
|
||||
@@ -6,6 +6,7 @@ in
|
||||
{
|
||||
# https://nix-community.github.io/home-manager/options.html
|
||||
imports = [
|
||||
./ack
|
||||
./ripgrep
|
||||
./skhd
|
||||
./yabai
|
||||
|
||||
Reference in New Issue
Block a user