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 {
|
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};
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
rclone
|
rclone
|
||||||
ripgrep
|
ripgrep
|
||||||
rsync
|
rsync
|
||||||
|
sd
|
||||||
tree
|
tree
|
||||||
rage
|
rage
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue