Fabian Montero
0e83a72c83
sadly this has to be a system package until we find a non shitty way of installing in through hm
11 lines
71 B
Nix
11 lines
71 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./trash
|
|
];
|
|
}
|