mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
74473f7bf8
Former-commit-id: a189d592ed
7 lines
107 B
Nix
7 lines
107 B
Nix
{ config, ... }: {
|
|
xdg.configFile."wallpaper" = {
|
|
recursive = true;
|
|
source = ./wallpaper;
|
|
};
|
|
}
|