2025-12-29 02:03:45 -05:00
|
|
|
{config, ...}: {
|
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;
|
2024-10-20 02:47:52 -04:00
|
|
|
xdg.dataFile."recently-used.xbel" = {
|
|
|
|
|
text = "";
|
|
|
|
|
force = true;
|
|
|
|
|
};
|
|
|
|
|
xdg.dataFile."RecentDocuments" = {
|
|
|
|
|
text = "";
|
|
|
|
|
force = true;
|
|
|
|
|
};
|
2025-12-23 20:34:54 -05:00
|
|
|
xdg.dataFile."kwalletd".source = ./kwalletd;
|
2025-12-29 02:03:45 -05:00
|
|
|
xdg.dataFile."rem.cmd".source = config.u.lib.lnn "user/share/rem.cmd";
|
2024-10-18 15:11:33 -04:00
|
|
|
}
|