Skip to content

Commit

Permalink
chore: upgrade & yabai v6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 11, 2024
1 parent d57e43b commit 39f5454
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 35 deletions.
87 changes: 54 additions & 33 deletions flake.lock

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

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nekowinston-nur.url = "github:nekowinston/nur";
catppuccin-vsc = {
url = "github:catppuccin/vscode";
inputs.nixpkgs.follows = "nixpkgs";
};

nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
Expand Down
5 changes: 3 additions & 2 deletions pkgs/overlays.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{inputs}: [
inputs.swayfx.overlays.default
inputs.nix-vscode-extensions.overlays.default
inputs.catppuccin-vsc.overlays.default
(final: prev: {
yabai = prev.yabai.overrideAttrs (old: rec {
version = "6.0.4";
version = "6.0.6";
src = prev.fetchzip {
url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz";
hash = "sha256-gxQBZ/7I2TVjoG5a8ea2+W4OwI9pJFbGSbZzcL5JY4Q=";
hash = "sha256-G4BbYU4mgV8Jap8a872/YtoXU/hwUhFyLXdcuT1jldI=";
};
});
nur = import inputs.nur {
Expand Down

0 comments on commit 39f5454

Please sign in to comment.