dot_testing/home/wallpapers/default.nix

10 lines
126 B
Nix
Raw Normal View History

2023-12-21 15:26:09 -06:00
{ lib, config, pkgs, home, ... }:
{
home.file = {
2024-01-18 03:54:32 -06:00
".local/share/pape.jpg" = {
source = ./pape.jpg;
2023-12-21 15:26:09 -06:00
};
};
}