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";