Setting up rotating wallpapers

This commit is contained in:
2026-03-17 15:39:44 +00:00
parent cd32f95d61
commit 588976dcb6
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
./rotating_wallpaper
./rotating_wallpaper.nix
];
}