1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

feat: replace backgrounds by elementary wallpapers

This commit is contained in:
Kierán Meinhardt
2019-10-04 16:15:58 +02:00
parent c9e90ca2c1
commit 65b5afacf8
16 changed files with 12 additions and 6 deletions

View File

@@ -1,8 +1,14 @@
{ pkgs, lib, ... }:
{
home-manager.users.me = {
services.random-background = {
enable = true;
imageDirectory = toString <art>;
imageDirectory = toString (pkgs.fetchFromGitHub {
owner = "elementary";
repo = "wallpapers";
rev = "6c81141e33ef69702a3f48e7181cb979a680190d"; # tag: 5.4
sha256 = "1ihvv9v8m5f2n2v3bgg769l52wbg241zgp3d45q6phk7p8s1gz3s";
});
interval = "2h";
};
};