feat: add sd (search and displace)

This commit is contained in:
oddlama 2023-01-30 22:28:22 +01:00
parent bbe4171f8a
commit 42e591327f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@
modules = [
(../hosts + "/${hostName}")
# By default, set networking.hostName to the hostName
{ networking.hostName = lib.mkDefault hostName; }
{networking.hostName = lib.mkDefault hostName;}
# Use correct pkgs definition
{
nixpkgs.pkgs = self.pkgs.${hostPlatform};

View file

@ -25,6 +25,7 @@
rclone
ripgrep
rsync
sd
tree
rage
];