replace blueman with blueberry
This commit is contained in:
parent
31c603f368
commit
0c5e716cc0
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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)$"
|
||||
|
|
|
@ -12,7 +12,6 @@ in
|
|||
./ssh.nix
|
||||
];
|
||||
services = {
|
||||
blueman.enable = true;
|
||||
cpupower-gui.enable = true;
|
||||
fstrim.enable = true;
|
||||
fwupd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue