From ad4bbde8d87810f74fe72ae102ce824f26bb1b07 Mon Sep 17 00:00:00 2001 From: Libadoxon <90480641+Libadoxon@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:50:48 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d65c4..8ed3408 100644 --- a/README.md +++ b/README.md @@ -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 -``` +```nix # configuration.nix { ... }: { ... @@ -69,7 +69,7 @@ Set the environment variable so `hyprcursor` knows to use the the newly added th ... } ``` -``` +```nix # home.nix { ... }: { ...