From 38d9eb56eb38697214afb9f05af10d465180a989 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 5 Apr 2021 16:14:36 +0300 Subject: [PATCH] Enable blueman --- modules/services.nix | 2 ++ modules/workspace/sway/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/services.nix b/modules/services.nix index a01db5f..9dd0795 100644 --- a/modules/services.nix +++ b/modules/services.nix @@ -24,6 +24,8 @@ services.pcscd.enable = true; + services.blueman.enable = true; + services.upower = { enable = true; package = pkgs.upower.overrideAttrs (oa: { diff --git a/modules/workspace/sway/default.nix b/modules/workspace/sway/default.nix index f33af92..2afc259 100755 --- a/modules/workspace/sway/default.nix +++ b/modules/workspace/sway/default.nix @@ -150,7 +150,7 @@ in { "${modifier}+j" = "exec ${pkgs.playerctl}/bin/playerctl previous"; "${modifier}+k" = "exec ${pkgs.playerctl}/bin/playerctl play-pause"; "${modifier}+l" = "exec ${pkgs.playerctl}/bin/playerctl next"; - "${modifier}+i" = "exec ${pkgs.lxqt.pavucontrol-qt}/bin/pavucontrol-qt"; + "${modifier}+i" = "exec ${pkgs.pavucontrol}/bin/pavucontrol"; "${modifier}+Print" = script "screenshot" "${pkgs.grim}/bin/grim Pictures/$(date +'%Y-%m-%d+%H:%M:%S').png";