home: i3bar: remove bluetooth mouse item

This commit is contained in:
Antoine Martin 2022-01-18 12:01:50 +01:00
parent c712d25398
commit 562701109f
4 changed files with 0 additions and 26 deletions

View file

@ -12,7 +12,6 @@
./laptop.nix
./lorri.nix
./rofi.nix
./secrets
./ssh.nix
./themes
./tmux.nix

View file

@ -1,19 +0,0 @@
{ lib, ... }:
let
inherit (lib)
fileContents
mkOption
types
;
in
{
options.my.secrets = mkOption {
type = types.attrs;
};
config.my.secrets = {
# I'm not sure hiding this is very important, but it *seems* like a bad idea
# to expose this
bluetooth-mouse-mac-address = fileContents ./bluetooth-mouse-mac-address.secret;
};
}

View file

@ -105,12 +105,6 @@ in
block = "networkmanager";
primary_only = true;
}
{
block = "bluetooth";
mac = config.my.secrets.bluetooth-mouse-mac-address;
hide_disconnected = true;
format = "{percentage}";
}
{
block = "sound";
driver = "pulseaudio";