impala -> wifitui

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-08 20:04:22 +02:00
parent d4e4a8f9f7
commit e5d494607f
2 changed files with 7 additions and 5 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
{pkgs-stable, pkgs-nur-hadi, ...}: {
{
pkgs-stable,
pkgs-nur-hadi,
...
}: {
home.packages = with pkgs-stable; [
vlc # Video player
obsidian # Note taking app
@@ -25,7 +29,7 @@
sttr # Minimalist "cyberchef" like. Cross-platform, cli app to perform various operations on string
httpie # Command-line HTTP client, a user-friendly cURL replacement
wiremix # Simple TUI mixer for PipeWire
impala # TUI for managing wifi
wifitui # TUI for managing wifi
pkgs-nur-hadi.usbguard-tui
];
}