forked from mirrors_public/oddlama_nix-config
feat: add sd (search and displace)
This commit is contained in:
parent
bbe4171f8a
commit
42e591327f
2 changed files with 3 additions and 2 deletions
|
@ -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};
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
rclone
|
||||
ripgrep
|
||||
rsync
|
||||
sd
|
||||
tree
|
||||
rage
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue