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

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

View file

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