nix/module/common/Wallpaper.nix

4 lines
75 B
Nix
Raw Normal View History

{ environment, ... }: {
environment.etc.wallpaper.source = ./wallpaper;
}