10 lines
112 B
Nix
10 lines
112 B
Nix
|
{ config, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../3modules/realwallpaper.nix
|
||
|
];
|
||
|
|
||
|
lass.realwallpaper.enable = true;
|
||
|
}
|