.dotfiles/modules/nixos/wallpaper.nix
Leon Schwarzäugl bd3e18169f
fix: minor fixes
sync: nftables force disabled
default wallpaper
remove non-existent darwin import
2025-01-07 17:55:34 +01:00

8 lines
157 B
Nix

{ self, lib, ... }:
{
options.swarselsystems.wallpaper = lib.mkOption {
type = lib.types.path;
default = "${self}/wallpaper/lenovowp.png";
};
}