From 42e591327f445207dae80398f8eb7faff0b22ddb Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 30 Jan 2023 22:28:22 +0100 Subject: [PATCH] feat: add sd (search and displace) --- nix/nixos.nix | 4 ++-- users/common/default.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nix/nixos.nix b/nix/nixos.nix index 7d2e01d..5a633af 100644 --- a/nix/nixos.nix +++ b/nix/nixos.nix @@ -24,8 +24,8 @@ lib.nixosSystem { modules = [ (../hosts + "/${hostName}") - # By default, set networking.hostName to the hostName - { networking.hostName = lib.mkDefault hostName; } + # By default, set networking.hostName to the hostName + {networking.hostName = lib.mkDefault hostName;} # Use correct pkgs definition { nixpkgs.pkgs = self.pkgs.${hostPlatform}; diff --git a/users/common/default.nix b/users/common/default.nix index d7b788e..e90edf9 100644 --- a/users/common/default.nix +++ b/users/common/default.nix @@ -25,6 +25,7 @@ rclone ripgrep rsync + sd tree rage ];