mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
6
home/wallpaper/wallpaper.nix
Normal file
6
home/wallpaper/wallpaper.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, ... }: {
|
||||
xdg.configFile."wallpaper" = {
|
||||
recursive = true;
|
||||
source = ./wallpaper;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user