replace blueman with blueberry

This commit is contained in:
Adithya 2024-05-12 22:57:10 +05:30
parent 31c603f368
commit 0c5e716cc0
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 5 additions and 5 deletions

View file

@ -23,6 +23,7 @@
home.packages = with pkgs; let steam-custom = steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }; in [
_1password-gui
blueberry
discord
doctl
evince

View file

@ -67,7 +67,7 @@
format-connected = "󰂱";
format-disabled = "󰂲";
format-off = "󰂲";
on-click = "${pkgs.blueman}/bin/blueman-manager";
on-click = "${pkgs.blueberry}/bin/blueberry";
tooltip = false;
};
tray = {

View file

@ -97,9 +97,9 @@ in
"size 50% 50%,class:^(pavucontrol)$,title:^(Volume Control)$"
"center,class:^(pavucontrol)$,title:^(Volume Control)$"
"float,class:^(.blueman-manager-wrapped)$"
"size 50% 50%,class:^(.blueman-manager-wrapped)$"
"center,class:^(.blueman-manager-wrapped)$"
"float,class:^(blueberry.py)$"
"size 50% 50%,class:^(blueberry.py)$"
"center,class:^(blueberry.py)$"
"float,class:^(ytfzf)$"
"size 90% 90%,class:^(ytfzf)$"

View file

@ -12,7 +12,6 @@ in
./ssh.nix
];
services = {
blueman.enable = true;
cpupower-gui.enable = true;
fstrim.enable = true;
fwupd.enable = true;