adw-bluetooth

adw-bluetooth 1.1.2

GNOME Inspired LibAdwaita Bluetooth Applet

https://github.com/ezratweaver/adw-bluetooth
GNU General Public License v3.0 only
programs: adw-bluetooth
Maintainers
Platforms (24)
sh4-linuxarmv7l-linuxpowerpc-linuxriscv64-linuxm68k-linuxx86_64-linuxmipsel-linuxmicroblazeel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adw-bluetooth
];
Ad-hoc shell
nix-shell -p adw-bluetooth
Flake (nix run)
nix run nixpkgs#adw-bluetooth