13 lines
251 B
Nix
13 lines
251 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 = "";
|
||
|
|
xdg.dataFile."RecentDocuments".text = "";
|
||
|
|
}
|