Skip to content

Commit

Permalink
chore(deps): update rofi-jetbrains to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Dec 8, 2024
1 parent a1b337d commit 984373f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 47 deletions.
93 changes: 49 additions & 44 deletions flake.lock

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

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
nixpkgs.url = "nixpkgs/nixos-unstable-small";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
flake-utils.url = "github:numtide/flake-utils";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-compat.url = "github:edolstra/flake-compat";
nix-colors.url = "github:misterio77/nix-colors";
catppuccin.url = "github:catppuccin/nix";
Expand All @@ -23,13 +24,14 @@
inputs.nixpkgs-stable.follows = "nixpkgs";
};
rofi-jetbrains = {
url = "github:zakuciael/rofi-jetbrains";
url = "github:zakuciael/rofi-jetbrains/v2.1.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-parts.follows = "flake-parts";
};
nostale-dev-env = {
url = "github:zakuciael/nostale-dev-env";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
aagl = {
url = "github:ezKEa/aagl-gtk-on-nix";
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop/apps/rofi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
plugins = [inputs.rofi-jetbrains.default];
plugins = [inputs.rofi-jetbrains.rofi-jetbrains-next];
};

xdg.configFile."rofi/config.rasi".text = toRasi {} {
Expand Down

0 comments on commit 984373f

Please sign in to comment.