summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryell0wgh0st <ylwghst@onionmail.info>2017-10-21 19:10:57 +0200
committerGitHub <noreply@github.com>2017-10-21 19:10:57 +0200
commit8dd349081c6fdb7753bfd6831ba7dc795463f1c6 (patch)
tree44c92d04ade7f27d53ddebe7c0a8e38c46a111f2
parent44b2adac5295e81eab02253b35a26e5bf0659598 (diff)
Usage instructions
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index dca221e..65ac05d 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,14 @@
Clean and nice NixOS flavoured SLiM theme.
![preview](https://github.com/ylwghst/nixos-light-slim-theme/raw/master/preview.png)
+
+# Use it
+To use SLiM with NixOS light theme add this into configuration then rebuild.
+
+`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";
+ };
+ };`