1
Fork 0

Set up more persistent directories

This commit is contained in:
Matei Adriel 2023-12-12 14:32:06 +01:00
parent d93cb11e2f
commit 50152c3db8
No known key found for this signature in database
17 changed files with 106 additions and 75 deletions
home/features/cli/productivity

View file

@ -1,7 +1,7 @@
{
programs.intray = {
enable = true;
data-dir = "/persist/state/home/adrielus/Intray";
cache-dir = "/persist/local/cache/home/adrielus/Intray";
data-dir = "/persist/state/home/adrielus/intray";
cache-dir = "/persist/local/cache/home/adrielus/intray";
};
}

View file

@ -1,10 +1,7 @@
{ config, ... }: {
programs.smos = {
enable = true;
notify = {
enable = true;
};
notify.enable = true;
github = {
enable = true;