nix-conf/user/share/default.nix
2024-10-27 12:34:49 -05:00

17 lines
310 B
Nix

{...}: {
imports = [
./nsxiv-rifle.nix
];
xdg.dataFile."bell.wav".source = ./bell.wav;
xdg.dataFile."wallpaper.png".source = ./wallpaper.png;
xdg.dataFile."recently-used.xbel" = {
text = "";
force = true;
};
xdg.dataFile."RecentDocuments" = {
text = "";
force = true;
};
}