@@ -5,6 +5,7 @@
|
|||||||
./bat.nix
|
./bat.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
|
./jq.nix
|
||||||
./ripgrep.nix
|
./ripgrep.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
];
|
];
|
||||||
|
5
home-manager/tools/jq.nix
Normal file
5
home-manager/tools/jq.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.jq.enable = true;
|
||||||
|
}
|
Reference in New Issue
Block a user