mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 11:05:48 +02:00
f76419c158
Former-commit-id: 88fb9d078b
7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
xdg.configFile."wallpapers" = {
|
|
recursive = true;
|
|
source = ./wallpapers;
|
|
};
|
|
}
|