mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
c6c053585c
Former-commit-id: 5e98256a82
7 lines
109 B
Nix
7 lines
109 B
Nix
{ config, ... }: {
|
|
xdg.configFile."wallpapers" = {
|
|
recursive = true;
|
|
source = ./wallpapers;
|
|
};
|
|
}
|