From e5d494607f270928f5e9ff9821e429c01e617fe7 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:04:22 +0200 Subject: [PATCH] impala -> wifitui Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/group/basic-apps.nix | 8 ++++++-- nixos/utils.nix | 4 +--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/home/programs/group/basic-apps.nix b/home/programs/group/basic-apps.nix index 2f524ec..0ed2ae0 100644 --- a/home/programs/group/basic-apps.nix +++ b/home/programs/group/basic-apps.nix @@ -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 ]; } diff --git a/nixos/utils.nix b/nixos/utils.nix index 30e7094..44d6a4c 100644 --- a/nixos/utils.nix +++ b/nixos/utils.nix @@ -15,8 +15,6 @@ in { networking.hostName = hostname; networking.networkmanager.enable = true; - networking.networkmanager.wifi.backend = "iwd"; - networking.wireless.iwd.enable = true; systemd.services.NetworkManager-wait-online.enable = false; system.autoUpgrade = { @@ -38,7 +36,7 @@ in { i18n.inputMethod = { enable = true; type = "fcitx5"; - fcitx5.addons = with pkgs; [ fcitx5-gtk ]; + fcitx5.addons = with pkgs; [fcitx5-gtk]; }; i18n.extraLocaleSettings = { LC_ADDRESS = extraLocale;