added nix shell-tools
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
home.shell.enableShellIntegration = true;
|
home.shell.enableShellIntegration = true;
|
||||||
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
|
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
nh
|
||||||
|
nvd
|
||||||
|
nix-output-monitor
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
busybox
|
busybox
|
||||||
|
|||||||
Reference in New Issue
Block a user