From ed5a4968b43c8bb56e5c2969f69fc2f55ef29772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Jul 2019 09:32:25 +0100 Subject: [PATCH] do not start blueman applet by default --- nixos/user-xsession.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/user-xsession.nix b/nixos/user-xsession.nix index 818a6e87..d514893c 100644 --- a/nixos/user-xsession.nix +++ b/nixos/user-xsession.nix @@ -17,7 +17,6 @@ in { command = "exec autorandr -c"; always = true; notification = false; } { command = "exec i3-sensible-terminal"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; } - { command = "exec blueman-applet"; always = false; notification = false; } ]; window = { hideEdgeBorders = "horizontal";