stockholm/lass/2configs/realwallpaper.nix

10 lines
112 B
Nix
Raw Normal View History

{ config, ... }:
{
imports = [
../3modules/realwallpaper.nix
];
lass.realwallpaper.enable = true;
}