From bfd2395d127a2128efac099159cbbf0eee6cceef Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 6 Oct 2023 12:44:36 -0500 Subject: [PATCH] Add missing bluetooth alias --- modules/home-manager/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/linux.nix b/modules/home-manager/linux.nix index 0d96329..f74ddea 100644 --- a/modules/home-manager/linux.nix +++ b/modules/home-manager/linux.nix @@ -10,6 +10,7 @@ programs.fish = { shellAliases = { sctl = "sudo systemctl"; + bt = "bluetoothctl"; sctlu = "systemctl --user"; }; };