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 [
|
home.packages = with pkgs; let steam-custom = steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }; in [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
|
blueberry
|
||||||
discord
|
discord
|
||||||
doctl
|
doctl
|
||||||
evince
|
evince
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
format-connected = "";
|
format-connected = "";
|
||||||
format-disabled = "";
|
format-disabled = "";
|
||||||
format-off = "";
|
format-off = "";
|
||||||
on-click = "${pkgs.blueman}/bin/blueman-manager";
|
on-click = "${pkgs.blueberry}/bin/blueberry";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
tray = {
|
tray = {
|
||||||
|
|
|
@ -97,9 +97,9 @@ in
|
||||||
"size 50% 50%,class:^(pavucontrol)$,title:^(Volume Control)$"
|
"size 50% 50%,class:^(pavucontrol)$,title:^(Volume Control)$"
|
||||||
"center,class:^(pavucontrol)$,title:^(Volume Control)$"
|
"center,class:^(pavucontrol)$,title:^(Volume Control)$"
|
||||||
|
|
||||||
"float,class:^(.blueman-manager-wrapped)$"
|
"float,class:^(blueberry.py)$"
|
||||||
"size 50% 50%,class:^(.blueman-manager-wrapped)$"
|
"size 50% 50%,class:^(blueberry.py)$"
|
||||||
"center,class:^(.blueman-manager-wrapped)$"
|
"center,class:^(blueberry.py)$"
|
||||||
|
|
||||||
"float,class:^(ytfzf)$"
|
"float,class:^(ytfzf)$"
|
||||||
"size 90% 90%,class:^(ytfzf)$"
|
"size 90% 90%,class:^(ytfzf)$"
|
||||||
|
|
|
@ -12,7 +12,6 @@ in
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
blueman.enable = true;
|
|
||||||
cpupower-gui.enable = true;
|
cpupower-gui.enable = true;
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue