7 lines
100 B
Nix
7 lines
100 B
Nix
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
|
{
|
|
imports = [
|
|
./rotating_wallpaper
|
|
];
|
|
}
|