mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
5 lines
87 B
Nix
5 lines
87 B
Nix
{pkgs, ...}: {
|
|
imports = [./global];
|
|
wallpaper = pkgs.wallpapers.aenami-seaside;
|
|
}
|