From 38ae40ee0bfe8f9a9dcd4dfb32fdf083e1655430 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 29 Oct 2025 12:50:12 +0100 Subject: [PATCH] add wifi hotspot tool --- machines/haze/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index e80987b..3c6e955 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -52,6 +52,7 @@ environment.systemPackages = [ self.inputs.clan-core.packages.x86_64-linux.clan-app pkgs.aseprite + pkgs.linux-wifi-hotspot ]; programs.kdeconnect.enable = true;