mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-14 14:02:29 +01:00
7 lines
55 B
Nix
7 lines
55 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./thumbnailers.nix
|
||
|
];
|
||
|
}
|