Skip to content

Commit c47f4f9

Browse files
committed
update docs
1 parent 337574b commit c47f4f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Still here? Add it to your flake inputs:
3030

3131
And 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

3939
Or make use of the Home Manager module by first adding it to your imports:
4040

41-
```
41+
```nix
4242
imports = [
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";

0 commit comments

Comments
 (0)