adw-bluetooth

adw-bluetooth 1.0.0

GNOME Inspired LibAdwaita Bluetooth Applet

https://github.com/ezratweaver/adw-bluetooth
GNU General Public License v3.0 only
programs: adw-bluetooth
Maintainers
Platforms (24)
m68k-linuxmicroblazeel-linuxarmv6l-linuxmipsel-linuxmips-linuxpowerpc-linuxmips64-linuxaarch64-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