Skip to content

Commit

Permalink
pod
Browse files Browse the repository at this point in the history
  • Loading branch information
suderman committed Jul 23, 2024
1 parent ac51d5d commit ed1c1e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configurations/pod/users/jon/hyprland.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{ config, lib, pkgs, this, ... }: {

config.wayland.windowManager.hyprland.settings = {};
config.wayland.windowManager.hyprland = {
settings = {};
extraSinks = [ "bluez_output.AC_3E_B1_9F_43_35.1" ]; # pixel buds pro
hiddenSinks = [];
};

}

0 comments on commit ed1c1e2

Please sign in to comment.