mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10: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
|
||||
./packages
|
||||
./printing.nix
|
||||
./random-background.nix
|
||||
./wallpaper.nix
|
||||
./redshift.nix
|
||||
./retiolum.nix
|
||||
./rofi.nix
|
||||
|
||||
@@ -10,13 +10,19 @@ let
|
||||
mkdir $out
|
||||
cp ${elementary-wallpapers}/*.jpg $out/
|
||||
'';
|
||||
luke-smith-wallpapers = pkgs.fetchFromGitHub {
|
||||
owner = "LukeSmithxyz";
|
||||
repo = "wallpapers";
|
||||
rev = "33cad3099919366cea2627f930da9b47609e8554";
|
||||
sha256 = "1li6rrn016fpgvmnijqhvkp07kj83cjwcjx2l2b3asb99d51814i";
|
||||
};
|
||||
in
|
||||
{
|
||||
home-manager.users.me = {
|
||||
services.random-background = {
|
||||
enable = true;
|
||||
imageDirectory = toString elementary-wallpapers-jpg;
|
||||
interval = "2h";
|
||||
imageDirectory = "${luke-smith-wallpapers}/Landscapes";
|
||||
interval = "1h";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user