diff --git a/assets/.config/niri/config.kdl b/assets/.config/niri/config.kdl index d292196..320d979 100644 --- a/assets/.config/niri/config.kdl +++ b/assets/.config/niri/config.kdl @@ -297,7 +297,6 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; } Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } - Mod+Shift+B { spawn "blueman-manager"; } Mod+Shift+D { spawn "vesktop"; } Mod+Shift+E hotkey-overlay-title="Run an Application: emacs" { spawn "emacsclient" "-c"; } Mod+Shift+F hotkey-overlay-title="Run an Application: brave" { spawn "brave"; } diff --git a/config/omen.nix b/config/omen.nix index 6d859cf..21cf854 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -54,7 +54,6 @@ # Enable bluetooth hardware.bluetooth.enable = true; - services.blueman.enable = true; # System Packages environment.systemPackages = with pkgs; [