mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
fix(wallpapers): rename config, use Luke Smith's, update hourly
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
|||||||
./nixpkgs-unstable.nix
|
./nixpkgs-unstable.nix
|
||||||
./packages
|
./packages
|
||||||
./printing.nix
|
./printing.nix
|
||||||
./random-background.nix
|
./wallpaper.nix
|
||||||
./redshift.nix
|
./redshift.nix
|
||||||
./retiolum.nix
|
./retiolum.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
|
|||||||
@@ -10,13 +10,19 @@ let
|
|||||||
mkdir $out
|
mkdir $out
|
||||||
cp ${elementary-wallpapers}/*.jpg $out/
|
cp ${elementary-wallpapers}/*.jpg $out/
|
||||||
'';
|
'';
|
||||||
|
luke-smith-wallpapers = pkgs.fetchFromGitHub {
|
||||||
|
owner = "LukeSmithxyz";
|
||||||
|
repo = "wallpapers";
|
||||||
|
rev = "33cad3099919366cea2627f930da9b47609e8554";
|
||||||
|
sha256 = "1li6rrn016fpgvmnijqhvkp07kj83cjwcjx2l2b3asb99d51814i";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
services.random-background = {
|
services.random-background = {
|
||||||
enable = true;
|
enable = true;
|
||||||
imageDirectory = toString elementary-wallpapers-jpg;
|
imageDirectory = "${luke-smith-wallpapers}/Landscapes";
|
||||||
interval = "2h";
|
interval = "1h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user