File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Still here? Add it to your flake inputs:
3030
3131And add the package to your list of packages:
3232
33- ```
34- inherit (hypr-binds-flake.${system}) hypr-binds;
33+ ``` nix
34+ inherit (hypr-binds-flake.${system}) hypr-binds-wofi ;
3535```
3636
3737### Home Manager module
3838
3939Or make use of the Home Manager module by first adding it to your imports:
4040
41- ```
41+ ``` nix
4242imports = [
4343 hypr-binds-flake.homeManagerModules.${system}.default
4444];
@@ -60,7 +60,7 @@ It comes with defaults, but it's possible to customize it:
6060 enable = true;
6161 settings = {
6262 launcher = {
63- app = "${lib.getExe pkgs. wofi} --dmenu -m -i -p 'Hypr binds'";
63+ app = "wofi"; # or rofi
6464 style = {
6565 modkey = "<b>$MOD$KEY</b> <i>$DESCRIPTION</i>";
6666 command = "cyan";
You can’t perform that action at this time.
0 commit comments