nix-conf/user/share/default.nix

13 lines
251 B
Nix
Raw Normal View History

2024-10-18 15:11:33 -04:00
{ ... }:
{
imports = [
./nsxiv-rifle.nix
];
xdg.dataFile."bell.wav".source = ./bell.wav;
xdg.dataFile."wallpaper.png".source = ./wallpaper.png;
xdg.dataFile."recently-used.xbel".text = "";
xdg.dataFile."RecentDocuments".text = "";
}