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"; }; };