slim service: update default theme

This commit is contained in:
Arseniy Seroka 2015-11-19 01:30:24 +03:00
parent 6e0f641c38
commit 54119cc48c

View File

@ -57,8 +57,8 @@ in
theme = mkOption {
type = types.nullOr types.path;
default = pkgs.fetchurl {
url = https://github.com/jagajaga/nixos-slim-theme/archive/1.1.tar.gz;
sha256 = "66c3020a6716130a20c3898567339b990fbd7888a3b7bbcb688f6544d1c05c31";
url = "https://github.com/jagajaga/nixos-slim-theme/archive/2.0.tar.gz";
sha256 = "0lldizhigx7bjhxkipii87y432hlf5wdvamnfxrryf9z7zkfypc8";
};
example = literalExample ''
pkgs.fetchurl {