summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-25 18:46:34 -0700
committerFuwn <[email protected]>2024-09-25 18:46:34 -0700
commit0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516 (patch)
treedd1491c2f8705b0886992e3e57f362c4e46ec2ff
parentfilesystem: add broot (diff)
downloadnixos-config-0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516.tar.xz
nixos-config-0cfe23f5a3a456b79cb7d0ee4adafc4e5441b516.zip
fortune: more modern-unix applications
-rw-r--r--home/ebisu/fortune/networking/tools/default.nix1
-rw-r--r--home/ebisu/fortune/networking/tools/dns.nix1
-rw-r--r--home/ebisu/fortune/networking/tools/http/default.nix6
-rw-r--r--home/ebisu/fortune/system/default.nix5
4 files changed, 11 insertions, 2 deletions
diff --git a/home/ebisu/fortune/networking/tools/default.nix b/home/ebisu/fortune/networking/tools/default.nix
index e601635..b694fef 100644
--- a/home/ebisu/fortune/networking/tools/default.nix
+++ b/home/ebisu/fortune/networking/tools/default.nix
@@ -23,5 +23,6 @@
bandwhich
bore-cli
hcloud
+ gping
];
}
diff --git a/home/ebisu/fortune/networking/tools/dns.nix b/home/ebisu/fortune/networking/tools/dns.nix
index aeef822..f7e487a 100644
--- a/home/ebisu/fortune/networking/tools/dns.nix
+++ b/home/ebisu/fortune/networking/tools/dns.nix
@@ -4,5 +4,6 @@
dnsutils
whois
dogdns
+ doggo
];
}
diff --git a/home/ebisu/fortune/networking/tools/http/default.nix b/home/ebisu/fortune/networking/tools/http/default.nix
index 17ea836..972b187 100644
--- a/home/ebisu/fortune/networking/tools/http/default.nix
+++ b/home/ebisu/fortune/networking/tools/http/default.nix
@@ -5,5 +5,9 @@
./wget.nix
];
- home.packages = [ inputs.tsutsumi.packages.${pkgs.system}.yaak ];
+ home.packages = with pkgs; [
+ inputs.tsutsumi.packages.${pkgs.system}.yaak
+ curlie
+ xh
+ ];
}
diff --git a/home/ebisu/fortune/system/default.nix b/home/ebisu/fortune/system/default.nix
index 2215f17..a30ffe1 100644
--- a/home/ebisu/fortune/system/default.nix
+++ b/home/ebisu/fortune/system/default.nix
@@ -14,5 +14,8 @@
./xdg.nix
];
- home.packages = [ pkgs.gnome-logs ];
+ home.packages = with pkgs; [
+ gnome-logs
+ procs
+ ];
}