.dotfiles/modules/home/wallpaper.nix
2024-12-28 23:59:43 +01:00

7 lines
120 B
Nix

{ lib, ... }:
{
options.swarselsystems.wallpaper = lib.mkOption {
type = lib.types.path;
default = "";
};
}