slim service: update default theme
This commit is contained in:
parent
6e0f641c38
commit
54119cc48c
@ -57,8 +57,8 @@ in
|
|||||||
theme = mkOption {
|
theme = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = pkgs.fetchurl {
|
default = pkgs.fetchurl {
|
||||||
url = https://github.com/jagajaga/nixos-slim-theme/archive/1.1.tar.gz;
|
url = "https://github.com/jagajaga/nixos-slim-theme/archive/2.0.tar.gz";
|
||||||
sha256 = "66c3020a6716130a20c3898567339b990fbd7888a3b7bbcb688f6544d1c05c31";
|
sha256 = "0lldizhigx7bjhxkipii87y432hlf5wdvamnfxrryf9z7zkfypc8";
|
||||||
};
|
};
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
pkgs.fetchurl {
|
pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user