summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 65ac05d..f29163a 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ Clean and nice NixOS flavoured SLiM theme.
# Use it
To use SLiM with NixOS light theme add this into configuration then rebuild.
-`services.xserver.displayManager.slim = {
+```services.xserver.displayManager.slim = {
enable = true;
theme = pkgs.fetchurl {
url = "https://github.com/ylwghst/nixos-light-slim-theme/archive/1.0.0.tar.gz";
sha256 = "0cc701k920zhy54srd1qwb5rcxqp5adjhnl154z7c0276csglzw9";
};
- };`
+ };```