From a33ba96d02969742f72f7ffa09879cf35f834582 Mon Sep 17 00:00:00 2001 From: madmin Date: Mon, 2 Sep 2024 11:24:15 +0200 Subject: [PATCH] feat(laozi/core): add bluez - for bluetooth protocol --- home/laozi/common/core/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home/laozi/common/core/default.nix b/home/laozi/common/core/default.nix index d6a4f26..24d745d 100644 --- a/home/laozi/common/core/default.nix +++ b/home/laozi/common/core/default.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, outputs, configLib, ... }: { imports = (configLib.scanPaths ./.) - ++ (builtins.attrValues outputs.homeManagerModules); + ++ (builtins.attrValues outputs.homeManagerModules);# ++ [{ name = "geteduroam-cli"; src = "${pkgs.geteduroam}/result/bin/geteduroam-cli";}]; services.ssh-agent.enable = true; @@ -39,12 +39,13 @@ pciutils# pci bus info + conns. to them coreutils# basic gnu utils usbutils - ntfs3g # NTFS fs - pmutils # power management https://pm-utils.freedesktop.org/wiki/ + ntfs3g# NTFS fs + bluez# Official Linux Bluetooth protocol stack + pmutils# power management https://pm-utils.freedesktop.org/wiki/ wireshark nmap - + #TODO:how to import my own pkgs{ name = "geteduroam-cli"; src = "${pkgs.geteduroam}/result/bin/geteduroam-cli"} mosh# mobile shell # curl ripgrep# better grep