summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 65ac05de5bc7743661f7d9b0df530c1b8bae3cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# nixos-light-slim-theme
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";
    };
 };`