[shell] Adds lots of little utilities
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Dev apps
|
||||
@@ -13,6 +13,10 @@
|
||||
./sh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
hyperfine # Benchmarking tool
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
||||
Reference in New Issue
Block a user