feat: jqp
This commit is contained in:
parent
7855b51297
commit
53eee10dc1
3 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,7 @@ in {
|
|||
fzf = enabled;
|
||||
gh = enabled;
|
||||
glow = enabled;
|
||||
jqp = enabled;
|
||||
nemo = enabled;
|
||||
neo = enabled;
|
||||
neovim = enabled;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
./hyfetch
|
||||
./journalctl.nix
|
||||
./jq.nix
|
||||
./jqp.nix
|
||||
./just.nix
|
||||
./less.nix
|
||||
./man.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue