mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
slim: use nixos theme by default
This commit is contained in:
parent
a5de21c230
commit
19e5fd60b3
@ -56,7 +56,10 @@ in
|
||||
|
||||
theme = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
default = pkgs.fetchurl {
|
||||
url = https://github.com/jagajaga/nixos-slim-theme/archive/1.1.tar.gz;
|
||||
sha256 = "66c3020a6716130a20c3898567339b990fbd7888a3b7bbcb688f6544d1c05c31";
|
||||
};
|
||||
example = literalExample ''
|
||||
pkgs.fetchurl {
|
||||
url = "mirror://sourceforge/slim.berlios/slim-wave.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user