mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
84463917f5
Former-commit-id: c2bb7f475b
7 lines
93 B
Nix
7 lines
93 B
Nix
{
|
|
xdg.configFile."wallpapers" = {
|
|
recursive = true;
|
|
source = ../wallpapers;
|
|
};
|
|
}
|