8 lines
165 B
Nix
8 lines
165 B
Nix
{
|
|
programs.intray = {
|
|
enable = true;
|
|
data-dir = "/persist/state/home/adrielus/Intray";
|
|
cache-dir = "/persist/local/cache/home/adrielus/Intray";
|
|
};
|
|
}
|