summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryell0wgh0st <ylwghst@onionmail.info>2017-10-21 19:12:47 +0200
committerGitHub <noreply@github.com>2017-10-21 19:12:47 +0200
commit8b9676521e3428262c2b18c15bab8f8304f70ce2 (patch)
tree9699c412486373625ca2355fda9f125052302ff9
parent3942fe5b8d2619bf4fcf5f78cb4e7907bb5e31b9 (diff)
Usage instructions
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f29163a..7a83d94 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,12 @@ 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";
};
- };```
+ };
+ ```