Skip to content

Commit

Permalink
move jq from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent 699a0e8 commit 46ae224
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion backup/dotfiles/default.nix
Expand Up @@ -20,7 +20,6 @@ in {
[ (self: super: { tmux = pkgs.callPackage ../pkgs/tmux { }; }) ];

home.packages = [
pkgs.jq
pkgs.tree
pkgs.watch
(pkgs.callPackage sources.comma { })
Expand Down
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -10,6 +10,7 @@
./git
./home-manager
./hyperfine
./jq
./keyboard
./rofi
./ripgrep
Expand Down
1 change: 1 addition & 0 deletions dotfiles/jq/default.nix
@@ -0,0 +1 @@
{ ... }: { programs.jq.enable = true; }

0 comments on commit 46ae224

Please sign in to comment.