nixos/home/david/modules/default.nix
2025-01-13 12:01:21 +08:00

6 lines
48 B
Nix

{ ... }:
{
imports = [
./wallpaper
];
}