Skip to content

Commit

Permalink
add pp-adjuster
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Jul 10, 2024
1 parent da24bdd commit 9b617fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@

nur.url = "github:nix-community/NUR";

pp-adjuster = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:alyraffauf/pp-adjuster";
};

raffauflabs = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:alyraffauf/raffauflabs";
Expand Down
2 changes: 1 addition & 1 deletion hosts/petalburg/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
wayland.windowManager.hyprland.extraConfig = ''
# Extra bindings for petalburg.
bind = , xf86launch4, exec, ${lib.getExe self.inputs.nixhw.packages.${pkgs.system}.power-profile-adjuster}
bind = , xf86launch4, exec, ${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}
bind = , xf86launch2, exec, ${lib.getExe pkgs.playerctl} play-pause
exec-once = ${lib.getExe self.inputs.iio-hyprland.packages.${pkgs.system}.default} "desc:Samsung Display Corp. 0x4152"
Expand Down

0 comments on commit 9b617fd

Please sign in to comment.