Update README.md

This commit is contained in:
Libadoxon 2024-08-05 01:50:48 +00:00 committed by GitHub
parent d06bafda03
commit ad4bbde8d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ After that install the wanted theme in your `configuration.nix` or `home.nix`
} }
``` ```
Set the environment variable so `hyprcursor` knows to use the the newly added theme. You can do this in your `NixOs` configuration Set the environment variable so `hyprcursor` knows to use the the newly added theme. You can do this in your `NixOs` configuration
``` ```nix
# configuration.nix # configuration.nix
{ ... }: { { ... }: {
... ...
@ -69,7 +69,7 @@ Set the environment variable so `hyprcursor` knows to use the the newly added th
... ...
} }
``` ```
``` ```nix
# home.nix # home.nix
{ ... }: { { ... }: {
... ...