pkgs-in-home #2

Merged
noah.knegt merged 10 commits from pkgs-in-home into main 2025-03-01 14:11:42 +01:00
6 changed files with 69 additions and 15 deletions
Showing only changes of commit f386649cdc - Show all commits

View File

@@ -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
]; ];

View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.jq.enable = true;
}