From 8b9676521e3428262c2b18c15bab8f8304f70ce2 Mon Sep 17 00:00:00 2001 From: yell0wgh0st Date: Sat, 21 Oct 2017 19:12:47 +0200 Subject: Usage instructions --- README.md | 6 ++++-- 1 file 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"; }; - };``` + }; + ``` -- cgit v1.2.3