Skip to content

Commit

Permalink
move hyperfine from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent 8efbf95 commit 699a0e8
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.hyperfine
pkgs.jq
pkgs.tree
pkgs.watch
Expand Down
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -9,6 +9,7 @@
./fzf
./git
./home-manager
./hyperfine
./keyboard
./rofi
./ripgrep
Expand Down
1 change: 1 addition & 0 deletions dotfiles/hyperfine/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.hyperfine ]; }

0 comments on commit 699a0e8

Please sign in to comment.